#336C8A

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

Shades of Astral #336C8A

Tints of Astral #336C8A

Color information

#336C8A (or 0x336C8A) is unknown color: approx Astral. HEX triplet: 33, 6C and 8A. RGB value is (51,108,138). Sum of RGB (Red+Green+Blue) = 51+108+138=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #336C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C8A is #CC9375. Grayscale: #5E5E5E. Windows color (decimal): -13407094 or 9071667. OLE color: 9071667.

HSL color Cylindrical-coordinate representation of color #336C8A: hue angle of 200.69º 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 #336C8A is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51108138-
CMYK0.630.2200.46
HSL200.69º46.03%37.06%-
HSV(B)200.69º63.04%54.12%-
XYZ11.3213.2626.01-
YUV94.38152.6297.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=17.17%
G=36.36%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511081380.630.2200.46200.6946.0337.06
Hex336C8A3F1602Ec92e25
Octal6315421277260563115645
Binary11001111011001000101011111110110010111011001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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