Html Css Color HEX #3370D6 Royal Blue

📋 copy color: '#3370D6'

red 51 ◦ green 112 ◦ blue 214

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

Shades of Royal Blue #3370D6

Tints of Royal Blue #3370D6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 13.53%
G = 29.71%
B = 56.76%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3370D6 (or 0x3370D6) is known color: Royal Blue. HEX triplet: 33, 70 and D6. RGB value is (51,112,214). Sum of RGB (Red+Green+Blue) = 51+112+214=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #3370D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370D6 is #CC8F29. Grayscale: #686868. Windows color (decimal): -13405994 or 14053427. OLE color: 14053427.

HSL color Cylindrical-coordinate representation of color #3370D6: hue angle of 217.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3370D6 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 112 214 -
CMYK 0.76 0.48 0 0.16
HSL 217.55º 0.67% 0.52% -
HSV(B) 217.55º 0.76% 0.84% -
XYZ 19.3 17.15 65.91 -
YUV 105.39 189.29 89.21 -
System Red Green Blue C M Y K H S L
Decimal 51 112 214 0.76 0.48 0 0.16 217.55 0.67 0.52
Hex 33 70 D6 4C 30 0 10 DA 43 34
Octal 63 160 326 114 60 0 20 332 103 64
Binary 110011 1110000 11010110 1001100 110000 0 10000 11011010 1000011 110100

Color Harmonies of #3370D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370D6

Black with #3370D6

Text Example


Text Example

White with #3370D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3370D6; }

 p { color: rgb(51,112,214); }

 H1.HeaderClassName
 {
   color: #3370D6;
 }
 .AnyTagClassName
 {
   color: #3370D6;
 }
</style>

background-color css

<style>
 a { background-color: #3370D6; }

 a { background-color: rgb(51,112,214); }

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

border-color css

<style>
 span { border-color: #3370D6; }

 span { border-color: rgb(51,112,214); }

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