Html Css Color HEX #377287 Astral

📋 copy color: '#377287'

red 55 ◦ green 114 ◦ blue 135

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

Shades of Astral #377287

Tints of Astral #377287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 18.09%
G = 37.5%
B = 44.41%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377287 (or 0x377287) is known color: Astral. HEX triplet: 37, 72 and 87. RGB value is (55,114,135). Sum of RGB (Red+Green+Blue) = 55+114+135=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #377287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377287 is #C88D78. Grayscale: #626262. Windows color (decimal): -13143417 or 8876599. OLE color: 8876599.

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

Color convert

RGB 55 114 135 -
CMYK 0.59 0.16 0 0.47
HSL 195.75º 0.42% 0.37% -
HSV(B) 195.75º 0.59% 0.53% -
XYZ 11.97 14.6 25.11 -
YUV 98.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 55 114 135 0.59 0.16 0 0.47 195.75 0.42 0.37
Hex 37 72 87 3B 10 0 2F C4 2A 25
Octal 67 162 207 73 20 0 57 304 52 45
Binary 110111 1110010 10000111 111011 10000 0 101111 11000100 101010 100101

Color Harmonies of #377287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377287

Black with #377287

Text Example


Text Example

White with #377287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377287; }

 p { color: rgb(55,114,135); }

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

background-color css

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

 a { background-color: rgb(55,114,135); }

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

border-color css

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

 span { border-color: rgb(55,114,135); }

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