#337D8B

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

Shades of Astral #337D8B

Tints of Astral #337D8B

Color information

#337D8B (or 0x337D8B) is unknown color: approx Astral. HEX triplet: 33, 7D and 8B. RGB value is (51,125,139). Sum of RGB (Red+Green+Blue) = 51+125+139=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #337D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D8B is #CC8274. Grayscale: #686868. Windows color (decimal): -13402741 or 9141555. OLE color: 9141555.

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

Color convert

RGB51125139-
CMYK0.630.1000.45
HSL189.55º46.32%37.25%-
HSV(B)189.55º63.31%54.51%-
XYZ13.3617.2427.05-
YUV104.47147.4889.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=16.19%
G=39.68%
B=44.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511251390.630.1000.45189.5546.3237.25
Hex337D8B3FA02Dbe2e25
Octal6317521377120552765645
Binary1100111111101100010111111111010010110110111110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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