#33798B

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

Shades of Astral #33798B

Tints of Astral #33798B

Color information

#33798B (or 0x33798B) is unknown color: approx Astral. HEX triplet: 33, 79 and 8B. RGB value is (51,121,139). Sum of RGB (Red+Green+Blue) = 51+121+139=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #33798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33798B is #CC8674. Grayscale: #656565. Windows color (decimal): -13403765 or 9140531. OLE color: 9140531.

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

Color convert

RGB51121139-
CMYK0.630.1300.45
HSL192.27º46.32%37.25%-
HSV(B)192.27º63.31%54.51%-
XYZ12.8616.2426.88-
YUV102.12148.8191.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=16.40%
G=38.91%
B=44.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511211390.630.1300.45192.2746.3237.25
Hex33798B3FD02Dc02e25
Octal6317121377150553005645
Binary1100111111001100010111111111101010110111000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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