#337889

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

Shades of Astral #337889

Tints of Astral #337889

Color information

#337889 (or 0x337889) is unknown color: approx Astral. HEX triplet: 33, 78 and 89. RGB value is (51,120,137). Sum of RGB (Red+Green+Blue) = 51+120+137=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #337889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337889 is #CC8776. Grayscale: #656565. Windows color (decimal): -13404023 or 9009203. OLE color: 9009203.

HSL color Cylindrical-coordinate representation of color #337889: hue angle of 191.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #337889 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51120137-
CMYK0.630.1200.46
HSL191.86º45.74%36.86%-
HSV(B)191.86º62.77%53.73%-
XYZ12.615.9426.08-
YUV101.31148.1492.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=16.56%
G=38.96%
B=44.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511201370.630.1200.46191.8645.7436.86
Hex3378893FC02Ec02e25
Octal6317021177140563005645
Binary1100111111000100010011111111100010111011000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337889; }

 p { color: rgb(51,120,137); }

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

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

 a { background-color: rgb(51,120,137); }

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

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

 span { border-color: rgb(51,120,137); }

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