Html Css Color HEX #376888 Astral

📋 copy color: '#376888'

red 55 ◦ green 104 ◦ blue 136

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

Shades of Astral #376888

Tints of Astral #376888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 18.64%
G = 35.25%
B = 46.1%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#376888 (or 0x376888) is known color: Astral. HEX triplet: 37, 68 and 88. RGB value is (55,104,136). Sum of RGB (Red+Green+Blue) = 55+104+136=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #376888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376888 is #C89777. Grayscale: #5C5C5C. Windows color (decimal): -13145976 or 8939575. OLE color: 8939575.

HSL color Cylindrical-coordinate representation of color #376888: hue angle of 203.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376888 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 104 136 -
CMYK 0.60 0.24 0 0.47
HSL 203.7º 0.42% 0.37% -
HSV(B) 203.7º 0.6% 0.53% -
XYZ 10.97 12.49 25.13 -
YUV 93 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 55 104 136 0.60 0.24 0 0.47 203.7 0.42 0.37
Hex 37 68 88 3C 18 0 2F CC 2A 25
Octal 67 150 210 74 30 0 57 314 52 45
Binary 110111 1101000 10001000 111100 11000 0 101111 11001100 101010 100101

Color Harmonies of #376888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376888

Black with #376888

Text Example


Text Example

White with #376888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376888; }

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

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

background-color css

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

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

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

border-color css

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

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

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