#33718E

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

Shades of Astral #33718E

Tints of Astral #33718E

Color information

#33718E (or 0x33718E) is unknown color: approx Astral. HEX triplet: 33, 71 and 8E. RGB value is (51,113,142). Sum of RGB (Red+Green+Blue) = 51+113+142=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #33718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718E is #CC8E71. Grayscale: #616161. Windows color (decimal): -13405810 or 9335091. OLE color: 9335091.

HSL color Cylindrical-coordinate representation of color #33718E: hue angle of 199.12º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33718E is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51113142-
CMYK0.640.2000.44
HSL199.12º47.15%37.84%-
HSV(B)199.12º64.08%55.69%-
XYZ12.1514.4727.74-
YUV97.77152.9694.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=16.67%
G=36.93%
B=46.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511131420.640.2000.44199.1247.1537.84
Hex33718E401402Cc72f26
Octal63161216100240543075746
Binary110011111000110001110100000010100010110011000111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33718E; }

 p { color: rgb(51,113,142); }

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

<style>
 a { background-color: #33718E; }

 a { background-color: rgb(51,113,142); }

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

<style>
 span { border-color: #33718E; }

 span { border-color: rgb(51,113,142); }

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