#337B8C

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

Shades of Astral #337B8C

Tints of Astral #337B8C

Color information

#337B8C (or 0x337B8C) is unknown color: approx Astral. HEX triplet: 33, 7B and 8C. RGB value is (51,123,140). Sum of RGB (Red+Green+Blue) = 51+123+140=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #337B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B8C is #CC8473. Grayscale: #676767. Windows color (decimal): -13403252 or 9206579. OLE color: 9206579.

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

Color convert

RGB51123140-
CMYK0.640.1200.45
HSL191.46º46.6%37.45%-
HSV(B)191.46º63.57%54.9%-
XYZ13.1816.7627.35-
YUV103.41148.6590.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=16.24%
G=39.17%
B=44.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511231400.640.1200.45191.4646.637.45
Hex337B8C40C02Dbf2f25
Octal63173214100140552775745
Binary11001111110111000110010000001100010110110111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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