#337683

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

Shades of Astral #337683

Tints of Astral #337683

Color information

#337683 (or 0x337683) is unknown color: approx Astral. HEX triplet: 33, 76 and 83. RGB value is (51,118,131). Sum of RGB (Red+Green+Blue) = 51+118+131=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #337683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337683 is #CC897C. Grayscale: #636363. Windows color (decimal): -13404541 or 8615475. OLE color: 8615475.

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

Color convert

RGB51118131-
CMYK0.610.1000.49
HSL189.75º43.96%35.69%-
HSV(B)189.75º61.07%51.37%-
XYZ11.9415.323.8-
YUV99.45145.893.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=17%
G=39.33%
B=43.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511181310.610.1000.49189.7543.9635.69
Hex3376833DA031be2c24
Octal6316620375120612765444
Binary1100111110110100000111111011010011000110111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337683; }

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

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

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

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

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

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

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

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