#337384

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

Shades of Astral #337384

Tints of Astral #337384

Color information

#337384 (or 0x337384) is unknown color: approx Astral. HEX triplet: 33, 73 and 84. RGB value is (51,115,132). Sum of RGB (Red+Green+Blue) = 51+115+132=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #337384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337384 is #CC8C7B. Grayscale: #616161. Windows color (decimal): -13405308 or 8680243. OLE color: 8680243.

HSL color Cylindrical-coordinate representation of color #337384: hue angle of 192.59º 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 #337384 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51115132-
CMYK0.610.1300.48
HSL192.59º44.26%35.88%-
HSV(B)192.59º61.36%51.76%-
XYZ11.6614.6324.04-
YUV97.8147.394.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=17.11%
G=38.59%
B=44.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511151320.610.1300.48192.5944.2635.88
Hex3373843DD030c12c24
Octal6316320475150603015444
Binary1100111110011100001001111011101011000011000001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337384; }

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

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

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

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

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

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

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

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