#335AFA

Color #335AFA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #335AFA

Tints of Royal Blue #335AFA

Color information

#335AFA (or 0x335AFA) is unknown color: approx Royal Blue. HEX triplet: 33, 5A and FA. RGB value is (51,90,250). Sum of RGB (Red+Green+Blue) = 51+90+250=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #335AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335AFA is #CCA505. Grayscale: #5F5F5F. Windows color (decimal): -13411590 or 16407091. OLE color: 16407091.

HSL color Cylindrical-coordinate representation of color #335AFA: hue angle of 228.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335AFA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5190250-
CMYK0.800.6400.02
HSL228.24º95.22%59.02%-
HSV(B)228.24º79.6%98.04%-
XYZ22.2814.9292.15-
YUV96.58214.5895.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 250 (98.05% from 255) = 63.94%
R=13.04%
G=23.02%
B=63.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51902500.800.6400.02228.2495.2259.02
Hex335AFA504002e45f3b
Octal631323721201000234413773
Binary11001110110101111101010100001000000010111001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335AFA; }

 p { color: rgb(51,90,250); }

 H1.HeaderClassName
 {
   color: #335AFA;
 }
 .AnyTagClassName
 {
   color: #335AFA;
 }
</style>
background-color css

<style>
 a { background-color: #335AFA; }

 a { background-color: rgb(51,90,250); }

 div.DivClassName
 {
   background-color: #335AFA;
 }
 .BgClassName
 {
   background-color: #335AFA;
 }
</style>
border-color css

<style>
 span { border-color: #335AFA; }

 span { border-color: rgb(51,90,250); }

 td.TdClassName
 {
   border-color: #335AFA;
 }
 .TagClassName
 {
   border-color: #335AFA;
 }
</style>