#336A8B

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

Shades of Astral #336A8B

Tints of Astral #336A8B

Color information

#336A8B (or 0x336A8B) is unknown color: approx Astral. HEX triplet: 33, 6A and 8B. RGB value is (51,106,139). Sum of RGB (Red+Green+Blue) = 51+106+139=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #336A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A8B is #CC9574. Grayscale: #5D5D5D. Windows color (decimal): -13407605 or 9136691. OLE color: 9136691.

HSL color Cylindrical-coordinate representation of color #336A8B: hue angle of 202.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336A8B is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51106139-
CMYK0.630.2400.45
HSL202.5º46.32%37.25%-
HSV(B)202.5º63.31%54.51%-
XYZ11.1812.8826.32-
YUV93.32153.7897.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=17.23%
G=35.81%
B=46.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511061390.630.2400.45202.546.3237.25
Hex336A8B3F1802Dca2e25
Octal6315221377300553125645
Binary11001111010101000101111111111000010110111001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,106,139); }

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

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

 a { background-color: rgb(51,106,139); }

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

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

 span { border-color: rgb(51,106,139); }

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