#377081

Color #377081 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #377081

Tints of Astral #377081

Color information

#377081 (or 0x377081) is unknown color: approx 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

RGB55112129-
CMYK0.570.1300.49
HSL193.78º40.22%36.08%-
HSV(B)193.78º57.36%50.59%-
XYZ11.3313.9922.87-
YUV96.9146.1298.12-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551121290.570.1300.49193.7840.2236.08
Hex37708139D031c22824
Octal6716020171150613025044
Binary1101111110000100000011110011101011000111000010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>