#33788C

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

Shades of Astral #33788C

Tints of Astral #33788C

Color information

#33788C (or 0x33788C) is unknown color: approx Astral. HEX triplet: 33, 78 and 8C. RGB value is (51,120,140). Sum of RGB (Red+Green+Blue) = 51+120+140=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #33788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33788C is #CC8773. Grayscale: #656565. Windows color (decimal): -13404020 or 9205811. OLE color: 9205811.

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

Color convert

RGB51120140-
CMYK0.640.1400.45
HSL193.48º46.6%37.45%-
HSV(B)193.48º63.57%54.9%-
XYZ12.8216.0327.23-
YUV101.65149.6491.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=16.40%
G=38.59%
B=45.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511201400.640.1400.45193.4846.637.45
Hex33788C40E02Dc12f25
Octal63170214100160553015745
Binary11001111110001000110010000001110010110111000001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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