Html Css Color HEX #376ACC Royal Blue

📋 copy color: '#376ACC'

red 55 ◦ green 106 ◦ blue 204

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

Shades of Royal Blue #376ACC

Tints of Royal Blue #376ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 15.07%
G = 29.04%
B = 55.89%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#376ACC (or 0x376ACC) is known color: Royal Blue. HEX triplet: 37, 6A and CC. RGB value is (55,106,204). Sum of RGB (Red+Green+Blue) = 55+106+204=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #376ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACC is #C89533. Grayscale: #656565. Windows color (decimal): -13145396 or 13396535. OLE color: 13396535.

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

Color convert

RGB 55 106 204 -
CMYK 0.73 0.48 0 0.2
HSL 219.46º 0.59% 0.51% -
HSV(B) 219.46º 0.73% 0.8% -
XYZ 17.63 15.48 59.19 -
YUV 101.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 55 106 204 0.73 0.48 0 0.2 219.46 0.59 0.51
Hex 37 6A CC 49 30 0 14 DB 3B 33
Octal 67 152 314 111 60 0 24 333 73 63
Binary 110111 1101010 11001100 1001001 110000 0 10100 11011011 111011 110011

Color Harmonies of #376ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ACC

Black with #376ACC

Text Example


Text Example

White with #376ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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