#337684

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

Shades of Astral #337684

Tints of Astral #337684

Color information

#337684 (or 0x337684) is unknown color: approx Astral. HEX triplet: 33, 76 and 84. RGB value is (51,118,132). Sum of RGB (Red+Green+Blue) = 51+118+132=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #337684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337684 is #CC897B. Grayscale: #636363. Windows color (decimal): -13404540 or 8681011. OLE color: 8681011.

HSL color Cylindrical-coordinate representation of color #337684: hue angle of 190.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337684 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51118132-
CMYK0.610.1100.48
HSL190.37º44.26%35.88%-
HSV(B)190.37º61.36%51.76%-
XYZ12.0115.3324.16-
YUV99.56146.393.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=16.94%
G=39.20%
B=43.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511181320.610.1100.48190.3744.2635.88
Hex3376843DB030be2c24
Octal6316620475130602765444
Binary1100111110110100001001111011011011000010111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337684; }

 p { color: rgb(51,118,132); }

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

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

 a { background-color: rgb(51,118,132); }

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

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

 span { border-color: rgb(51,118,132); }

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