Html Css Color HEX #376ED6 Royal Blue

📋 copy color: '#376ED6'

red 55 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #376ED6

Tints of Royal Blue #376ED6

RGB

 RED value IS 55 (21.88% from 255) = 14.51%

 GREEN value IS 110 (43.36% from 255) = 29.02%

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

R = 14.51%
G = 29.02%
B = 56.46%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#376ED6 (or 0x376ED6) is known color: Royal Blue. HEX triplet: 37, 6E and D6. RGB value is (55,110,214). Sum of RGB (Red+Green+Blue) = 55+110+214=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #376ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ED6 is #C89129. Grayscale: #686868. Windows color (decimal): -13144362 or 14052919. OLE color: 14052919.

HSL color Cylindrical-coordinate representation of color #376ED6: hue angle of 219.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376ED6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 110 214 -
CMYK 0.74 0.49 0 0.16
HSL 219.25º 0.66% 0.53% -
HSV(B) 219.25º 0.74% 0.84% -
XYZ 19.29 16.82 65.85 -
YUV 105.41 189.28 92.04 -
System Red Green Blue C M Y K H S L
Decimal 55 110 214 0.74 0.49 0 0.16 219.25 0.66 0.53
Hex 37 6E D6 4A 31 0 10 DB 42 35
Octal 67 156 326 112 61 0 20 333 102 65
Binary 110111 1101110 11010110 1001010 110001 0 10000 11011011 1000010 110101

Color Harmonies of #376ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ED6

Black with #376ED6

Text Example


Text Example

White with #376ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376ED6; }

 p { color: rgb(55,110,214); }

 H1.HeaderClassName
 {
   color: #376ED6;
 }
 .AnyTagClassName
 {
   color: #376ED6;
 }
</style>

background-color css

<style>
 a { background-color: #376ED6; }

 a { background-color: rgb(55,110,214); }

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

border-color css

<style>
 span { border-color: #376ED6; }

 span { border-color: rgb(55,110,214); }

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