#336F8D

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

Shades of Astral #336F8D

Tints of Astral #336F8D

Color information

#336F8D (or 0x336F8D) is unknown color: approx Astral. HEX triplet: 33, 6F and 8D. RGB value is (51,111,141). Sum of RGB (Red+Green+Blue) = 51+111+141=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #336F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F8D is #CC9072. Grayscale: #606060. Windows color (decimal): -13406323 or 9269043. OLE color: 9269043.

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

Color convert

RGB51111141-
CMYK0.640.2100.45
HSL200º46.88%37.65%-
HSV(B)200º63.83%55.29%-
XYZ11.861427.28-
YUV96.48153.1295.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=16.83%
G=36.63%
B=46.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511111410.640.2100.4520046.8837.65
Hex336F8D401502Dc82f26
Octal63157215100250553105746
Binary110011110111110001101100000010101010110111001000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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