#33798A

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

Shades of Astral #33798A

Tints of Astral #33798A

Color information

#33798A (or 0x33798A) is unknown color: approx Astral. HEX triplet: 33, 79 and 8A. RGB value is (51,121,138). Sum of RGB (Red+Green+Blue) = 51+121+138=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #33798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33798A is #CC8675. Grayscale: #656565. Windows color (decimal): -13403766 or 9074995. OLE color: 9074995.

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

Color convert

RGB51121138-
CMYK0.630.1200.46
HSL191.72º46.03%37.06%-
HSV(B)191.72º63.04%54.12%-
XYZ12.7916.2126.5-
YUV102.01148.3191.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=16.45%
G=39.03%
B=44.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511211380.630.1200.46191.7246.0337.06
Hex33798A3FC02Ec02e25
Octal6317121277140563005645
Binary1100111111001100010101111111100010111011000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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