Html Css Color HEX #3375F9 Royal Blue

📋 copy color: '#3375F9'

red 51 ◦ green 117 ◦ blue 249

#3375F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3375F9

Tints of Royal Blue #3375F9

RGB

 RED value IS 51 (20.31% from 255) = 12.23%

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 249 (97.66% from 255) = 59.71%

R = 12.23%
G = 28.06%
B = 59.71%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3375F9 (or 0x3375F9) is known color: Royal Blue. HEX triplet: 33, 75 and F9. RGB value is (51,117,249). Sum of RGB (Red+Green+Blue) = 51+117+249=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #3375F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375F9 is #CC8A06. Grayscale: #6F6F6F. Windows color (decimal): -13404679 or 16348467. OLE color: 16348467.

HSL color Cylindrical-coordinate representation of color #3375F9: hue angle of 220º degrees, saturation: 0.94, 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 #3375F9 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 117 249 -
CMYK 0.80 0.53 0 0.02
HSL 220º 0.94% 0.59% -
HSV(B) 220º 0.8% 0.98% -
XYZ 24.83 20.27 92.23 -
YUV 112.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 51 117 249 0.80 0.53 0 0.02 220 0.94 0.59
Hex 33 75 F9 50 35 0 2 DC 5E 3B
Octal 63 165 371 120 65 0 2 334 136 73
Binary 110011 1110101 11111001 1010000 110101 0 10 11011100 1011110 111011

Color Harmonies of #3375F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375F9

Black with #3375F9

Text Example


Text Example

White with #3375F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3375F9; }

 p { color: rgb(51,117,249); }

 H1.HeaderClassName
 {
   color: #3375F9;
 }
 .AnyTagClassName
 {
   color: #3375F9;
 }
</style>

background-color css

<style>
 a { background-color: #3375F9; }

 a { background-color: rgb(51,117,249); }

 div.DivClassName
 {
   background-color: #3375F9;
 }
 .BgClassName
 {
   background-color: #3375F9;
 }
</style>

border-color css

<style>
 span { border-color: #3375F9; }

 span { border-color: rgb(51,117,249); }

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