#33788B

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

Shades of Astral #33788B

Tints of Astral #33788B

Color information

#33788B (or 0x33788B) is unknown color: approx Astral. HEX triplet: 33, 78 and 8B. RGB value is (51,120,139). Sum of RGB (Red+Green+Blue) = 51+120+139=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #33788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33788B is #CC8774. Grayscale: #656565. Windows color (decimal): -13404021 or 9140275. OLE color: 9140275.

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

Color convert

RGB51120139-
CMYK0.630.1400.45
HSL192.95º46.32%37.25%-
HSV(B)192.95º63.31%54.51%-
XYZ12.741626.84-
YUV101.54149.1491.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=16.45%
G=38.71%
B=44.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511201390.630.1400.45192.9546.3237.25
Hex33788B3FE02Dc12e25
Octal6317021377160553015645
Binary1100111111000100010111111111110010110111000001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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