Html Css Color HEX #376ACE Royal Blue

📋 copy color: '#376ACE'

red 55 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #376ACE

Tints of Royal Blue #376ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 14.99%
G = 28.88%
B = 56.13%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#376ACE (or 0x376ACE) is known color: Royal Blue. HEX triplet: 37, 6A and CE. RGB value is (55,106,206). Sum of RGB (Red+Green+Blue) = 55+106+206=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #376ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACE is #C89531. Grayscale: #656565. Windows color (decimal): -13145394 or 13527607. OLE color: 13527607.

HSL color Cylindrical-coordinate representation of color #376ACE: hue angle of 219.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376ACE is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 106 206 -
CMYK 0.73 0.49 0 0.19
HSL 219.74º 0.61% 0.51% -
HSV(B) 219.74º 0.73% 0.81% -
XYZ 17.87 15.58 60.46 -
YUV 102.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 55 106 206 0.73 0.49 0 0.19 219.74 0.61 0.51
Hex 37 6A CE 49 31 0 13 DC 3D 33
Octal 67 152 316 111 61 0 23 334 75 63
Binary 110111 1101010 11001110 1001001 110001 0 10011 11011100 111101 110011

Color Harmonies of #376ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ACE

Black with #376ACE

Text Example


Text Example

White with #376ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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