Html Css Color HEX #376ECD Royal Blue

📋 copy color: '#376ECD'

red 55 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #376ECD

Tints of Royal Blue #376ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 14.86%
G = 29.73%
B = 55.41%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#376ECD (or 0x376ECD) is known color: Royal Blue. HEX triplet: 37, 6E and CD. RGB value is (55,110,205). Sum of RGB (Red+Green+Blue) = 55+110+205=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #376ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ECD is #C89132. Grayscale: #676767. Windows color (decimal): -13144371 or 13463095. OLE color: 13463095.

HSL color Cylindrical-coordinate representation of color #376ECD: hue angle of 218º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376ECD is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 110 205 -
CMYK 0.73 0.46 0 0.20
HSL 218º 0.6% 0.51% -
HSV(B) 218º 0.73% 0.8% -
XYZ 18.17 16.37 59.96 -
YUV 104.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 55 110 205 0.73 0.46 0 0.20 218 0.6 0.51
Hex 37 6E CD 49 2E 0 14 DA 3C 33
Octal 67 156 315 111 56 0 24 332 74 63
Binary 110111 1101110 11001101 1001001 101110 0 10100 11011010 111100 110011

Color Harmonies of #376ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ECD

Black with #376ECD

Text Example


Text Example

White with #376ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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