Html Css Color HEX #377088 Astral

📋 copy color: '#377088'

red 55 ◦ green 112 ◦ blue 136

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

Shades of Astral #377088

Tints of Astral #377088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 18.15%
G = 36.96%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377088 (or 0x377088) is known color: Astral. HEX triplet: 37, 70 and 88. RGB value is (55,112,136). Sum of RGB (Red+Green+Blue) = 55+112+136=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #377088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377088 is #C88F77. Grayscale: #616161. Windows color (decimal): -13143928 or 8941623. OLE color: 8941623.

HSL color Cylindrical-coordinate representation of color #377088: hue angle of 197.78º 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 #377088 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 112 136 -
CMYK 0.60 0.18 0 0.47
HSL 197.78º 0.42% 0.37% -
HSV(B) 197.78º 0.6% 0.53% -
XYZ 11.81 14.18 25.41 -
YUV 97.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 55 112 136 0.60 0.18 0 0.47 197.78 0.42 0.37
Hex 37 70 88 3C 12 0 2F C6 2A 25
Octal 67 160 210 74 22 0 57 306 52 45
Binary 110111 1110000 10001000 111100 10010 0 101111 11000110 101010 100101

Color Harmonies of #377088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377088

Black with #377088

Text Example


Text Example

White with #377088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377088; }

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

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

background-color css

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

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

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

border-color css

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

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

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