Html Css Color HEX #3370D8 Royal Blue

📋 copy color: '#3370D8'

red 51 ◦ green 112 ◦ blue 216

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

Shades of Royal Blue #3370D8

Tints of Royal Blue #3370D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.99%

R = 13.46%
G = 29.55%
B = 56.99%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3370D8 (or 0x3370D8) is known color: Royal Blue. HEX triplet: 33, 70 and D8. RGB value is (51,112,216). Sum of RGB (Red+Green+Blue) = 51+112+216=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #3370D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370D8 is #CC8F27. Grayscale: #696969. Windows color (decimal): -13405992 or 14184499. OLE color: 14184499.

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

Color convert

RGB 51 112 216 -
CMYK 0.76 0.48 0 0.15
HSL 217.82º 0.68% 0.52% -
HSV(B) 217.82º 0.76% 0.85% -
XYZ 19.55 17.25 67.26 -
YUV 105.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 51 112 216 0.76 0.48 0 0.15 217.82 0.68 0.52
Hex 33 70 D8 4C 30 0 F DA 44 34
Octal 63 160 330 114 60 0 17 332 104 64
Binary 110011 1110000 11011000 1001100 110000 0 1111 11011010 1000100 110100

Color Harmonies of #3370D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370D8

Black with #3370D8

Text Example


Text Example

White with #3370D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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