#33708A

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

Shades of Astral #33708A

Tints of Astral #33708A

Color information

#33708A (or 0x33708A) is unknown color: approx Astral. HEX triplet: 33, 70 and 8A. RGB value is (51,112,138). Sum of RGB (Red+Green+Blue) = 51+112+138=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #33708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33708A is #CC8F75. Grayscale: #606060. Windows color (decimal): -13406070 or 9072691. OLE color: 9072691.

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

Color convert

RGB51112138-
CMYK0.630.1900.46
HSL197.93º46.03%37.06%-
HSV(B)197.93º63.04%54.12%-
XYZ11.7514.1326.15-
YUV96.72151.2995.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=16.94%
G=37.21%
B=45.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511121380.630.1900.46197.9346.0337.06
Hex33708A3F1302Ec62e25
Octal6316021277230563065645
Binary11001111100001000101011111110011010111011000110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33708A; }

 p { color: rgb(51,112,138); }

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

<style>
 a { background-color: #33708A; }

 a { background-color: rgb(51,112,138); }

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

<style>
 span { border-color: #33708A; }

 span { border-color: rgb(51,112,138); }

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