Html Css Color HEX #377081 Astral

📋 copy color: '#377081'

red 55 ◦ green 112 ◦ blue 129

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

Shades of Astral #377081

Tints of Astral #377081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 18.58%
G = 37.84%
B = 43.58%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377081 (or 0x377081) is known color: Astral. HEX triplet: 37, 70 and 81. RGB value is (55,112,129). Sum of RGB (Red+Green+Blue) = 55+112+129=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #377081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377081 is #C88F7E. Grayscale: #606060. Windows color (decimal): -13143935 or 8482871. OLE color: 8482871.

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

Color convert

RGB 55 112 129 -
CMYK 0.57 0.13 0 0.49
HSL 193.78º 0.4% 0.36% -
HSV(B) 193.78º 0.57% 0.51% -
XYZ 11.33 13.99 22.87 -
YUV 96.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 55 112 129 0.57 0.13 0 0.49 193.78 0.4 0.36
Hex 37 70 81 39 D 0 31 C2 28 24
Octal 67 160 201 71 15 0 61 302 50 44
Binary 110111 1110000 10000001 111001 1101 0 110001 11000010 101000 100100

Color Harmonies of #377081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377081

Black with #377081

Text Example


Text Example

White with #377081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377081; }

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

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

background-color css

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

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

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

border-color css

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

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

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