#33718B

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

Shades of Astral #33718B

Tints of Astral #33718B

Color information

#33718B (or 0x33718B) is unknown color: approx Astral. HEX triplet: 33, 71 and 8B. RGB value is (51,113,139). Sum of RGB (Red+Green+Blue) = 51+113+139=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #33718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718B is #CC8E74. Grayscale: #616161. Windows color (decimal): -13405813 or 9138483. OLE color: 9138483.

HSL color Cylindrical-coordinate representation of color #33718B: hue angle of 197.73º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33718B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51113139-
CMYK0.630.1900.45
HSL197.73º46.32%37.25%-
HSV(B)197.73º63.31%54.51%-
XYZ11.9314.3826.57-
YUV97.43151.4694.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=16.83%
G=37.29%
B=45.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511131390.630.1900.45197.7346.3237.25
Hex33718B3F1302Dc62e25
Octal6316121377230553065645
Binary11001111100011000101111111110011010110111000110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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