Html Css Color HEX #376DC6 Royal Blue

📋 copy color: '#376DC6'

red 55 ◦ green 109 ◦ blue 198

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

Shades of Royal Blue #376DC6

Tints of Royal Blue #376DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

 BLUE value IS 198 (77.73% from 255) = 54.7%

R = 15.19%
G = 30.11%
B = 54.7%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#376DC6 (or 0x376DC6) is known color: Royal Blue. HEX triplet: 37, 6D and C6. RGB value is (55,109,198). Sum of RGB (Red+Green+Blue) = 55+109+198=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #376DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DC6 is #C89239. Grayscale: #666666. Windows color (decimal): -13144634 or 13004087. OLE color: 13004087.

HSL color Cylindrical-coordinate representation of color #376DC6: hue angle of 217.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376DC6 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 109 198 -
CMYK 0.72 0.45 0 0.22
HSL 217.34º 0.57% 0.5% -
HSV(B) 217.34º 0.72% 0.78% -
XYZ 17.24 15.83 55.57 -
YUV 103 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 55 109 198 0.72 0.45 0 0.22 217.34 0.57 0.5
Hex 37 6D C6 48 2D 0 16 D9 39 32
Octal 67 155 306 110 55 0 26 331 71 62
Binary 110111 1101101 11000110 1001000 101101 0 10110 11011001 111001 110010

Color Harmonies of #376DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DC6

Black with #376DC6

Text Example


Text Example

White with #376DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,198); }

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

background-color css

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

 a { background-color: rgb(55,109,198); }

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

border-color css

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

 span { border-color: rgb(55,109,198); }

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