Html Css Color HEX #376ACD Royal Blue

📋 copy color: '#376ACD'

red 55 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #376ACD

Tints of Royal Blue #376ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 15.03%
G = 28.96%
B = 56.01%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#376ACD (or 0x376ACD) is known color: Royal Blue. HEX triplet: 37, 6A and CD. RGB value is (55,106,205). Sum of RGB (Red+Green+Blue) = 55+106+205=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #376ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACD is #C89532. Grayscale: #656565. Windows color (decimal): -13145395 or 13462071. OLE color: 13462071.

HSL color Cylindrical-coordinate representation of color #376ACD: hue angle of 219.6º 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 #376ACD is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 106 205 -
CMYK 0.73 0.48 0 0.20
HSL 219.6º 0.6% 0.51% -
HSV(B) 219.6º 0.73% 0.8% -
XYZ 17.75 15.53 59.82 -
YUV 102.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 55 106 205 0.73 0.48 0 0.20 219.6 0.6 0.51
Hex 37 6A CD 49 30 0 14 DC 3C 33
Octal 67 152 315 111 60 0 24 334 74 63
Binary 110111 1101010 11001101 1001001 110000 0 10100 11011100 111100 110011

Color Harmonies of #376ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ACD

Black with #376ACD

Text Example


Text Example

White with #376ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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