#33727F

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

Shades of Astral #33727F

Tints of Astral #33727F

Color information

#33727F (or 0x33727F) is unknown color: approx Astral. HEX triplet: 33, 72 and 7F. RGB value is (51,114,127). Sum of RGB (Red+Green+Blue) = 51+114+127=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #33727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33727F is #CC8D80. Grayscale: #606060. Windows color (decimal): -13405569 or 8352307. OLE color: 8352307.

HSL color Cylindrical-coordinate representation of color #33727F: hue angle of 190.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33727F is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51114127-
CMYK0.600.1000.50
HSL190.26º42.7%34.9%-
HSV(B)190.26º59.84%49.8%-
XYZ11.2114.2722.24-
YUV96.64145.1395.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 127 (50% from 255) = 43.49%
R=17.47%
G=39.04%
B=43.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511141270.600.1000.50190.2642.734.9
Hex33727F3CA032be2b23
Octal6316217774120622765343
Binary110011111001011111111111001010011001010111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33727F; }

 p { color: rgb(51,114,127); }

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

<style>
 a { background-color: #33727F; }

 a { background-color: rgb(51,114,127); }

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

<style>
 span { border-color: #33727F; }

 span { border-color: rgb(51,114,127); }

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