#33728C

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

Shades of Astral #33728C

Tints of Astral #33728C

Color information

#33728C (or 0x33728C) is unknown color: approx Astral. HEX triplet: 33, 72 and 8C. RGB value is (51,114,140). Sum of RGB (Red+Green+Blue) = 51+114+140=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #33728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33728C is #CC8D73. Grayscale: #616161. Windows color (decimal): -13405556 or 9204275. OLE color: 9204275.

HSL color Cylindrical-coordinate representation of color #33728C: hue angle of 197.53º 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 #33728C is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51114140-
CMYK0.640.1900.45
HSL197.53º46.6%37.45%-
HSV(B)197.53º63.57%54.9%-
XYZ12.1214.6327-
YUV98.13151.6394.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=16.72%
G=37.38%
B=45.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511141400.640.1900.45197.5346.637.45
Hex33728C401302Dc62f25
Octal63162214100230553065745
Binary110011111001010001100100000010011010110111000110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33728C; }

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

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

<style>
 a { background-color: #33728C; }

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

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

<style>
 span { border-color: #33728C; }

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

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