Html Css Color HEX #376CDE Royal Blue

📋 copy color: '#376CDE'

red 55 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #376CDE

Tints of Royal Blue #376CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 14.29%
G = 28.05%
B = 57.66%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#376CDE (or 0x376CDE) is known color: Royal Blue. HEX triplet: 37, 6C and DE. RGB value is (55,108,222). Sum of RGB (Red+Green+Blue) = 55+108+222=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #376CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDE is #C89321. Grayscale: #686868. Windows color (decimal): -13144866 or 14576695. OLE color: 14576695.

HSL color Cylindrical-coordinate representation of color #376CDE: hue angle of 220.96º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 108 222 -
CMYK 0.75 0.51 0 0.13
HSL 220.96º 0.72% 0.54% -
HSV(B) 220.96º 0.75% 0.87% -
XYZ 20.12 16.81 71.29 -
YUV 105.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 55 108 222 0.75 0.51 0 0.13 220.96 0.72 0.54
Hex 37 6C DE 4B 33 0 D DD 48 36
Octal 67 154 336 113 63 0 15 335 110 66
Binary 110111 1101100 11011110 1001011 110011 0 1101 11011101 1001000 110110

Color Harmonies of #376CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CDE

Black with #376CDE

Text Example


Text Example

White with #376CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,222); }

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

background-color css

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

 a { background-color: rgb(55,108,222); }

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

border-color css

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

 span { border-color: rgb(55,108,222); }

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