#37758D

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

Shades of Astral #37758D

Tints of Astral #37758D

Color information

#37758D (or 0x37758D) is unknown color: approx Astral. HEX triplet: 37, 75 and 8D. RGB value is (55,117,141). Sum of RGB (Red+Green+Blue) = 55+117+141=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #37758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37758D is #C88A72. Grayscale: #656565. Windows color (decimal): -13142643 or 9270583. OLE color: 9270583.

HSL color Cylindrical-coordinate representation of color #37758D: hue angle of 196.74º 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 #37758D is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55117141-
CMYK0.610.1700.45
HSL196.74º43.88%38.43%-
HSV(B)196.74º60.99%55.29%-
XYZ12.7415.4627.51-
YUV101.2150.4695.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=17.57%
G=37.38%
B=45.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551171410.610.1700.45196.7443.8838.43
Hex37758D3D1102Dc52c26
Octal6716521575210553055446
Binary11011111101011000110111110110001010110111000101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37758D; }

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

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

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

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

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

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

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

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