#337E8B

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

Shades of Astral #337E8B

Tints of Astral #337E8B

Color information

#337E8B (or 0x337E8B) is unknown color: approx Astral. HEX triplet: 33, 7E and 8B. RGB value is (51,126,139). Sum of RGB (Red+Green+Blue) = 51+126+139=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #337E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E8B is #CC8174. Grayscale: #686868. Windows color (decimal): -13402485 or 9141811. OLE color: 9141811.

HSL color Cylindrical-coordinate representation of color #337E8B: hue angle of 188.86º 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 #337E8B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51126139-
CMYK0.630.0900.45
HSL188.86º46.32%37.25%-
HSV(B)188.86º63.31%54.51%-
XYZ13.4917.4927.09-
YUV105.06147.1589.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=16.14%
G=39.87%
B=43.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511261390.630.0900.45188.8646.3237.25
Hex337E8B3F902Dbd2e25
Octal6317621377110552755645
Binary1100111111110100010111111111001010110110111101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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