#33718D

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

Shades of Astral #33718D

Tints of Astral #33718D

Color information

#33718D (or 0x33718D) is unknown color: approx Astral. HEX triplet: 33, 71 and 8D. RGB value is (51,113,141). Sum of RGB (Red+Green+Blue) = 51+113+141=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #33718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718D is #CC8E72. Grayscale: #616161. Windows color (decimal): -13405811 or 9269555. OLE color: 9269555.

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

Color convert

RGB51113141-
CMYK0.640.2000.45
HSL198.67º46.88%37.65%-
HSV(B)198.67º63.83%55.29%-
XYZ12.0814.4427.35-
YUV97.65152.4694.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=16.72%
G=37.05%
B=46.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511131410.640.2000.45198.6746.8837.65
Hex33718D401402Dc72f26
Octal63161215100240553075746
Binary110011111000110001101100000010100010110111000111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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