#37768B

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

Shades of Astral #37768B

Tints of Astral #37768B

Color information

#37768B (or 0x37768B) is unknown color: approx Astral. HEX triplet: 37, 76 and 8B. RGB value is (55,118,139). Sum of RGB (Red+Green+Blue) = 55+118+139=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #37768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768B is #C88974. Grayscale: #656565. Windows color (decimal): -13142389 or 9139767. OLE color: 9139767.

HSL color Cylindrical-coordinate representation of color #37768B: hue angle of 195º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37768B is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55118139-
CMYK0.600.1500.45
HSL195º43.3%38.04%-
HSV(B)195º60.43%54.51%-
XYZ12.7115.6326.77-
YUV101.56149.1394.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=17.63%
G=37.82%
B=44.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551181390.600.1500.4519543.338.04
Hex37768B3CF02Dc32b26
Octal6716621374170553035346
Binary1101111110110100010111111001111010110111000011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37768B; }

 p { color: rgb(55,118,139); }

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

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

 a { background-color: rgb(55,118,139); }

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

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

 span { border-color: rgb(55,118,139); }

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