#337292

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

Shades of Astral #337292

Tints of Astral #337292

Color information

#337292 (or 0x337292) is unknown color: approx Astral. HEX triplet: 33, 72 and 92. RGB value is (51,114,146). Sum of RGB (Red+Green+Blue) = 51+114+146=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #337292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337292 is #CC8D6D. Grayscale: #626262. Windows color (decimal): -13405550 or 9597491. OLE color: 9597491.

HSL color Cylindrical-coordinate representation of color #337292: hue angle of 200.21º 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 #337292 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51114146-
CMYK0.650.2200.43
HSL200.21º48.22%38.63%-
HSV(B)200.21º65.07%57.25%-
XYZ12.5714.8129.39-
YUV98.81154.6393.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=16.40%
G=36.66%
B=46.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511141460.650.2200.43200.2148.2238.63
Hex337292411602Bc83027
Octal63162222101260533106047
Binary110011111001010010010100000110110010101111001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337292; }

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

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

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

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

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

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

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

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