#337394

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

Shades of Astral #337394

Tints of Astral #337394

Color information

#337394 (or 0x337394) is unknown color: approx Astral. HEX triplet: 33, 73 and 94. RGB value is (51,115,148). Sum of RGB (Red+Green+Blue) = 51+115+148=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #337394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337394 is #CC8C6B. Grayscale: #636363. Windows color (decimal): -13405292 or 9728819. OLE color: 9728819.

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

Color convert

RGB51115148-
CMYK0.660.2200.42
HSL200.41º48.74%39.02%-
HSV(B)200.41º65.54%58.04%-
XYZ12.8415.130.26-
YUV99.63155.393.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=16.24%
G=36.62%
B=47.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511151480.660.2200.42200.4148.7439.02
Hex337394421602Ac83127
Octal63163224102260523106147
Binary110011111001110010100100001010110010101011001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337394; }

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

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

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

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

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

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

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

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