Html Css Color HEX #376ACB Royal Blue

📋 copy color: '#376ACB'

red 55 ◦ green 106 ◦ blue 203

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

Shades of Royal Blue #376ACB

Tints of Royal Blue #376ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 15.11%
G = 29.12%
B = 55.77%

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

#376ACB (or 0x376ACB) is known color: Royal Blue. HEX triplet: 37, 6A and CB. RGB value is (55,106,203). Sum of RGB (Red+Green+Blue) = 55+106+203=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #376ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACB is #C89534. Grayscale: #656565. Windows color (decimal): -13145397 or 13330999. OLE color: 13330999.

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

Color convert

RGB 55 106 203 -
CMYK 0.73 0.48 0 0.20
HSL 219.32º 0.59% 0.51% -
HSV(B) 219.32º 0.73% 0.8% -
XYZ 17.51 15.43 58.56 -
YUV 101.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 55 106 203 0.73 0.48 0 0.20 219.32 0.59 0.51
Hex 37 6A CB 49 30 0 14 DB 3B 33
Octal 67 152 313 111 60 0 24 333 73 63
Binary 110111 1101010 11001011 1001001 110000 0 10100 11011011 111011 110011

Color Harmonies of #376ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376ACB

Black with #376ACB

Text Example


Text Example

White with #376ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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