#37688d

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

Shades of Astral #37688D

Tints of Astral #37688D

Color information

#37688D (or 0x37688D) is unknown color: approx Astral. HEX triplet: 37, 68 and 8D. RGB value is (55,104,141). Sum of RGB (Red+Green+Blue) = 55+104+141=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #37688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37688D is #C89772. Grayscale: #5D5D5D. Windows color (decimal): -13145971 or 9267255. OLE color: 9267255.

HSL color Cylindrical-coordinate representation of color #37688D: hue angle of 205.81º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37688D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55104141-
CMYK0.610.2600.45
HSL205.81º43.88%38.43%-
HSV(B)205.81º60.99%55.29%-
XYZ11.3312.6427.04-
YUV93.57154.77100.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 47%
R=18.33%
G=34.67%
B=47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551041410.610.2600.45205.8143.8838.43
Hex37688D3D1A02Dce2c26
Octal6715021575320553165446
Binary11011111010001000110111110111010010110111001110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37688d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37688d; }

 p { color: rgb(55,104,141); }

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

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

 a { background-color: rgb(55,104,141); }

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

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

 span { border-color: rgb(55,104,141); }

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