Html Css Color HEX #33707F Astral

📋 copy color: '#33707F'

red 51 ◦ green 112 ◦ blue 127

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

Shades of Astral #33707F

Tints of Astral #33707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 17.59%
G = 38.62%
B = 43.79%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33707F (or 0x33707F) is known color: Astral. HEX triplet: 33, 70 and 7F. RGB value is (51,112,127). Sum of RGB (Red+Green+Blue) = 51+112+127=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #33707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33707F is #CC8F80. Grayscale: #5F5F5F. Windows color (decimal): -13406081 or 8351795. OLE color: 8351795.

HSL color Cylindrical-coordinate representation of color #33707F: hue angle of 191.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33707F is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 112 127 -
CMYK 0.60 0.12 0 0.50
HSL 191.84º 0.43% 0.35% -
HSV(B) 191.84º 0.6% 0.5% -
XYZ 10.99 13.82 22.17 -
YUV 95.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 51 112 127 0.60 0.12 0 0.50 191.84 0.43 0.35
Hex 33 70 7F 3C C 0 32 C0 2B 23
Octal 63 160 177 74 14 0 62 300 53 43
Binary 110011 1110000 1111111 111100 1100 0 110010 11000000 101011 100011

Color Harmonies of #33707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33707F

Black with #33707F

Text Example


Text Example

White with #33707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33707F; }

 p { color: rgb(51,112,127); }

 H1.HeaderClassName
 {
   color: #33707F;
 }
 .AnyTagClassName
 {
   color: #33707F;
 }
</style>

background-color css

<style>
 a { background-color: #33707F; }

 a { background-color: rgb(51,112,127); }

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

border-color css

<style>
 span { border-color: #33707F; }

 span { border-color: rgb(51,112,127); }

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