#337A8D

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

Shades of Astral #337A8D

Tints of Astral #337A8D

Color information

#337A8D (or 0x337A8D) is unknown color: approx Astral. HEX triplet: 33, 7A and 8D. RGB value is (51,122,141). Sum of RGB (Red+Green+Blue) = 51+122+141=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #337A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A8D is #CC8572. Grayscale: #666666. Windows color (decimal): -13403507 or 9271859. OLE color: 9271859.

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

Color convert

RGB51122141-
CMYK0.640.1300.45
HSL192.67º46.88%37.65%-
HSV(B)192.67º63.83%55.29%-
XYZ13.1316.5527.7-
YUV102.94149.4890.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=16.24%
G=38.85%
B=44.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511221410.640.1300.45192.6746.8837.65
Hex337A8D40D02Dc12f26
Octal63172215100150553015746
Binary11001111110101000110110000001101010110111000001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,141); }

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

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

 a { background-color: rgb(51,122,141); }

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

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

 span { border-color: rgb(51,122,141); }

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