Html Css Color HEX #376880 Astral

📋 copy color: '#376880'

red 55 ◦ green 104 ◦ blue 128

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

Shades of Astral #376880

Tints of Astral #376880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 19.16%
G = 36.24%
B = 44.6%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#376880 (or 0x376880) is known color: Astral. HEX triplet: 37, 68 and 80. RGB value is (55,104,128). Sum of RGB (Red+Green+Blue) = 55+104+128=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #376880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376880 is #C8977F. Grayscale: #5B5B5B. Windows color (decimal): -13145984 or 8415287. OLE color: 8415287.

HSL color Cylindrical-coordinate representation of color #376880: hue angle of 199.73º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376880 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 104 128 -
CMYK 0.57 0.19 0 0.50
HSL 199.73º 0.4% 0.36% -
HSV(B) 199.73º 0.57% 0.5% -
XYZ 10.42 12.27 22.24 -
YUV 92.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 55 104 128 0.57 0.19 0 0.50 199.73 0.4 0.36
Hex 37 68 80 39 13 0 32 C8 28 24
Octal 67 150 200 71 23 0 62 310 50 44
Binary 110111 1101000 10000000 111001 10011 0 110010 11001000 101000 100100

Color Harmonies of #376880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376880

Black with #376880

Text Example


Text Example

White with #376880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376880; }

 p { color: rgb(55,104,128); }

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

background-color css

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

 a { background-color: rgb(55,104,128); }

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

border-color css

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

 span { border-color: rgb(55,104,128); }

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