Html Css Color HEX #376AEC Royal Blue

📋 copy color: '#376AEC'

red 55 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #376AEC

Tints of Royal Blue #376AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 13.85%
G = 26.7%
B = 59.45%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#376AEC (or 0x376AEC) is known color: Royal Blue. HEX triplet: 37, 6A and EC. RGB value is (55,106,236). Sum of RGB (Red+Green+Blue) = 55+106+236=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #376AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AEC is #C89513. Grayscale: #696969. Windows color (decimal): -13145364 or 15493687. OLE color: 15493687.

HSL color Cylindrical-coordinate representation of color #376AEC: hue angle of 223.09º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376AEC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 106 236 -
CMYK 0.77 0.55 0 0.07
HSL 223.09º 0.83% 0.57% -
HSV(B) 223.09º 0.77% 0.93% -
XYZ 21.87 17.18 81.52 -
YUV 105.57 201.6 91.93 -
System Red Green Blue C M Y K H S L
Decimal 55 106 236 0.77 0.55 0 0.07 223.09 0.83 0.57
Hex 37 6A EC 4D 37 0 7 DF 53 39
Octal 67 152 354 115 67 0 7 337 123 71
Binary 110111 1101010 11101100 1001101 110111 0 111 11011111 1010011 111001

Color Harmonies of #376AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AEC

Black with #376AEC

Text Example


Text Example

White with #376AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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