#337092

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

Shades of Astral #337092

Tints of Astral #337092

Color information

#337092 (or 0x337092) is unknown color: approx Astral. HEX triplet: 33, 70 and 92. RGB value is (51,112,146). Sum of RGB (Red+Green+Blue) = 51+112+146=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #337092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337092 is #CC8F6D. Grayscale: #616161. Windows color (decimal): -13406062 or 9596979. OLE color: 9596979.

HSL color Cylindrical-coordinate representation of color #337092: hue angle of 201.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337092 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51112146-
CMYK0.650.2300.43
HSL201.47º48.22%38.63%-
HSV(B)201.47º65.07%57.25%-
XYZ12.3514.3729.32-
YUV97.64155.2994.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=16.50%
G=36.25%
B=47.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511121460.650.2300.43201.4748.2238.63
Hex337092411702Bc93027
Octal63160222101270533116047
Binary110011111000010010010100000110111010101111001001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337092; }

 p { color: rgb(51,112,146); }

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

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

 a { background-color: rgb(51,112,146); }

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

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

 span { border-color: rgb(51,112,146); }

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