#336F7C

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

Shades of Astral #336F7C

Tints of Astral #336F7C

Color information

#336F7C (or 0x336F7C) is unknown color: approx Astral. HEX triplet: 33, 6F and 7C. RGB value is (51,111,124). Sum of RGB (Red+Green+Blue) = 51+111+124=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #336F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F7C is #CC9083. Grayscale: #5E5E5E. Windows color (decimal): -13406340 or 8154931. OLE color: 8154931.

HSL color Cylindrical-coordinate representation of color #336F7C: hue angle of 190.68º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336F7C is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51111124-
CMYK0.590.1000.51
HSL190.68º41.71%34.31%-
HSV(B)190.68º58.87%48.63%-
XYZ10.6913.5321.12-
YUV94.54144.6296.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=17.83%
G=38.81%
B=43.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511111240.590.1000.51190.6841.7134.31
Hex336F7C3BA033bf2a22
Octal6315717473120632775242
Binary110011110111111111001110111010011001110111111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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