Html Css Color HEX #33798B Astral

📋 copy color: '#33798B'

red 51 ◦ green 121 ◦ blue 139

#33798B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #33798B

Tints of Astral #33798B

RGB

 RED value IS 51 (20.31% from 255) = 16.4%

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 16.4%
G = 38.91%
B = 44.69%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33798B (or 0x33798B) is known color: 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

RGB 51 121 139 -
CMYK 0.63 0.13 0 0.45
HSL 192.27º 0.46% 0.37% -
HSV(B) 192.27º 0.63% 0.55% -
XYZ 12.86 16.24 26.88 -
YUV 102.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 51 121 139 0.63 0.13 0 0.45 192.27 0.46 0.37
Hex 33 79 8B 3F D 0 2D C0 2E 25
Octal 63 171 213 77 15 0 55 300 56 45
Binary 110011 1111001 10001011 111111 1101 0 101101 11000000 101110 100101

Color Harmonies of #33798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33798B

Black with #33798B

Text Example


Text Example

White with #33798B

Text Example


Text Example

HTML Codes & Css Web 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>