#336F8A

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

Shades of Astral #336F8A

Tints of Astral #336F8A

Color information

#336F8A (or 0x336F8A) is unknown color: approx Astral. HEX triplet: 33, 6F and 8A. RGB value is (51,111,138). Sum of RGB (Red+Green+Blue) = 51+111+138=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #336F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F8A is #CC9075. Grayscale: #5F5F5F. Windows color (decimal): -13406326 or 9072435. OLE color: 9072435.

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

Color convert

RGB51111138-
CMYK0.630.2000.46
HSL198.62º46.03%37.06%-
HSV(B)198.62º63.04%54.12%-
XYZ11.6413.9126.12-
YUV96.14151.6295.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 138 (54.30% from 255) = 46%
R=17%
G=37%
B=46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511111380.630.2000.46198.6246.0337.06
Hex336F8A3F1402Ec72e25
Octal6315721277240563075645
Binary11001111011111000101011111110100010111011000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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