#337696

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

Shades of Astral #337696

Tints of Astral #337696

Color information

#337696 (or 0x337696) is unknown color: approx Astral. HEX triplet: 33, 76 and 96. RGB value is (51,118,150). Sum of RGB (Red+Green+Blue) = 51+118+150=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #337696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337696 is #CC8969. Grayscale: #656565. Windows color (decimal): -13404522 or 9860659. OLE color: 9860659.

HSL color Cylindrical-coordinate representation of color #337696: hue angle of 199.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337696 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51118150-
CMYK0.660.2100.41
HSL199.39º49.25%39.41%-
HSV(B)199.39º66%58.82%-
XYZ13.3515.8631.21-
YUV101.61155.391.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=15.99%
G=36.99%
B=47.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511181500.660.2100.41199.3949.2539.41
Hex3376964215029c73127
Octal63166226102250513076147
Binary110011111011010010110100001010101010100111000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337696; }

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

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

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

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

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

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

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

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