#337D8C

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

Shades of Astral #337D8C

Tints of Astral #337D8C

Color information

#337D8C (or 0x337D8C) is unknown color: approx Astral. HEX triplet: 33, 7D and 8C. RGB value is (51,125,140). Sum of RGB (Red+Green+Blue) = 51+125+140=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #337D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D8C is #CC8273. Grayscale: #686868. Windows color (decimal): -13402740 or 9207091. OLE color: 9207091.

HSL color Cylindrical-coordinate representation of color #337D8C: hue angle of 190.11º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337D8C is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51125140-
CMYK0.640.1100.45
HSL190.11º46.6%37.45%-
HSV(B)190.11º63.57%54.9%-
XYZ13.4317.2627.44-
YUV104.58147.9889.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=16.14%
G=39.56%
B=44.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511251400.640.1100.45190.1146.637.45
Hex337D8C40B02Dbe2f25
Octal63175214100130552765745
Binary11001111111011000110010000001011010110110111110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337D8C; }

 p { color: rgb(51,125,140); }

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

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

 a { background-color: rgb(51,125,140); }

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

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

 span { border-color: rgb(51,125,140); }

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