Html Css Color HEX #33728A Astral

📋 copy color: '#33728A'

red 51 ◦ green 114 ◦ blue 138

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

Shades of Astral #33728A

Tints of Astral #33728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 16.83%
G = 37.62%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33728A (or 0x33728A) is known color: Astral. HEX triplet: 33, 72 and 8A. RGB value is (51,114,138). Sum of RGB (Red+Green+Blue) = 51+114+138=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #33728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33728A is #CC8D75. Grayscale: #616161. Windows color (decimal): -13405558 or 9073203. OLE color: 9073203.

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

Color convert

RGB 51 114 138 -
CMYK 0.63 0.17 0 0.46
HSL 196.55º 0.46% 0.37% -
HSV(B) 196.55º 0.63% 0.54% -
XYZ 11.97 14.57 26.23 -
YUV 97.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 51 114 138 0.63 0.17 0 0.46 196.55 0.46 0.37
Hex 33 72 8A 3F 11 0 2E C5 2E 25
Octal 63 162 212 77 21 0 56 305 56 45
Binary 110011 1110010 10001010 111111 10001 0 101110 11000101 101110 100101

Color Harmonies of #33728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33728A

Black with #33728A

Text Example


Text Example

White with #33728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33728A;
 }
 .AnyTagClassName
 {
   color: #33728A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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