#336B8C

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

Shades of Astral #336B8C

Tints of Astral #336B8C

Color information

#336B8C (or 0x336B8C) is unknown color: approx Astral. HEX triplet: 33, 6B and 8C. RGB value is (51,107,140). Sum of RGB (Red+Green+Blue) = 51+107+140=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #336B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B8C is #CC9473. Grayscale: #5D5D5D. Windows color (decimal): -13407348 or 9202483. OLE color: 9202483.

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

Color convert

RGB51107140-
CMYK0.640.2400.45
HSL202.25º46.6%37.45%-
HSV(B)202.25º63.57%54.9%-
XYZ11.3613.1126.74-
YUV94.02153.9597.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=17.11%
G=35.91%
B=46.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511071400.640.2400.45202.2546.637.45
Hex336B8C401802Dca2f25
Octal63153214100300553125745
Binary110011110101110001100100000011000010110111001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,107,140); }

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

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

 a { background-color: rgb(51,107,140); }

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

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

 span { border-color: rgb(51,107,140); }

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