#337D8D

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

Shades of Astral #337D8D

Tints of Astral #337D8D

Color information

#337D8D (or 0x337D8D) is unknown color: approx Astral. HEX triplet: 33, 7D and 8D. RGB value is (51,125,141). Sum of RGB (Red+Green+Blue) = 51+125+141=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #337D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D8D is #CC8272. Grayscale: #686868. Windows color (decimal): -13402739 or 9272627. OLE color: 9272627.

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

Color convert

RGB51125141-
CMYK0.640.1100.45
HSL190.67º46.88%37.65%-
HSV(B)190.67º63.83%55.29%-
XYZ13.5117.2927.83-
YUV104.7148.4889.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=16.09%
G=39.43%
B=44.48%

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
Decimal511251410.640.1100.45190.6746.8837.65
Hex337D8D40B02Dbf2f26
Octal63175215100130552775746
Binary11001111111011000110110000001011010110110111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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