Html Css Color HEX #33728D Astral

📋 copy color: '#33728D'

red 51 ◦ green 114 ◦ blue 141

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

Shades of Astral #33728D

Tints of Astral #33728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 16.67%
G = 37.25%
B = 46.08%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33728D (or 0x33728D) is known color: Astral. HEX triplet: 33, 72 and 8D. RGB value is (51,114,141). Sum of RGB (Red+Green+Blue) = 51+114+141=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #33728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33728D is #CC8D72. Grayscale: #626262. Windows color (decimal): -13405555 or 9269811. OLE color: 9269811.

HSL color Cylindrical-coordinate representation of color #33728D: hue angle of 198º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33728D is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 114 141 -
CMYK 0.64 0.19 0 0.45
HSL 198º 0.47% 0.38% -
HSV(B) 198º 0.64% 0.55% -
XYZ 12.19 14.66 27.39 -
YUV 98.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 51 114 141 0.64 0.19 0 0.45 198 0.47 0.38
Hex 33 72 8D 40 13 0 2D C6 2F 26
Octal 63 162 215 100 23 0 55 306 57 46
Binary 110011 1110010 10001101 1000000 10011 0 101101 11000110 101111 100110

Color Harmonies of #33728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33728D

Black with #33728D

Text Example


Text Example

White with #33728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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