#336F94

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

Shades of Astral #336F94

Tints of Astral #336F94

Color information

#336F94 (or 0x336F94) is unknown color: approx Astral. HEX triplet: 33, 6F and 94. RGB value is (51,111,148). Sum of RGB (Red+Green+Blue) = 51+111+148=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #336F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F94 is #CC906B. Grayscale: #616161. Windows color (decimal): -13406316 or 9727795. OLE color: 9727795.

HSL color Cylindrical-coordinate representation of color #336F94: hue angle of 202.89º 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 #336F94 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51111148-
CMYK0.660.2500.42
HSL202.89º48.74%39.02%-
HSV(B)202.89º65.54%58.04%-
XYZ12.3914.2130.11-
YUV97.28156.6294.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=16.45%
G=35.81%
B=47.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511111480.660.2500.42202.8948.7439.02
Hex336F94421902Acb3127
Octal63157224102310523136147
Binary110011110111110010100100001011001010101011001011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F94; }

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

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

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

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

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

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

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

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