#377282

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

Shades of Astral #377282

Tints of Astral #377282

Color information

#377282 (or 0x377282) is unknown color: approx Astral. HEX triplet: 37, 72 and 82. RGB value is (55,114,130). Sum of RGB (Red+Green+Blue) = 55+114+130=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #377282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377282 is #C88D7D. Grayscale: #626262. Windows color (decimal): -13143422 or 8548919. OLE color: 8548919.

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

Color convert

RGB55114130-
CMYK0.580.1200.49
HSL192.8º40.54%36.27%-
HSV(B)192.8º57.69%50.98%-
XYZ11.6214.4623.3-
YUV98.18145.9597.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=18.39%
G=38.13%
B=43.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551141300.580.1200.49192.840.5436.27
Hex3772823AC031c12924
Octal6716220272140613015144
Binary1101111110010100000101110101100011000111000001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377282; }

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

 H1.HeaderClassName
 {
   color: #377282;
 }
 .AnyTagClassName
 {
   color: #377282;
 }
</style>
background-color css

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

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

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

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

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

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