Html Css Color HEX #36707F Astral

📋 copy color: '#36707F'

red 54 ◦ green 112 ◦ blue 127

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

Shades of Astral #36707F

Tints of Astral #36707F

RGB

 RED value IS 54 (21.48% from 255) = 18.43%

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

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

R = 18.43%
G = 38.23%
B = 43.34%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36707F (or 0x36707F) is known color: Astral. HEX triplet: 36, 70 and 7F. RGB value is (54,112,127). Sum of RGB (Red+Green+Blue) = 54+112+127=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #36707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36707F is #C98F80. Grayscale: #606060. Windows color (decimal): -13209473 or 8351798. OLE color: 8351798.

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

Color convert

RGB 54 112 127 -
CMYK 0.57 0.12 0 0.50
HSL 192.33º 0.4% 0.35% -
HSV(B) 192.33º 0.57% 0.5% -
XYZ 11.15 13.9 22.18 -
YUV 96.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 54 112 127 0.57 0.12 0 0.50 192.33 0.4 0.35
Hex 36 70 7F 39 C 0 32 C0 28 23
Octal 66 160 177 71 14 0 62 300 50 43
Binary 110110 1110000 1111111 111001 1100 0 110010 11000000 101000 100011

Color Harmonies of #36707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36707F

Black with #36707F

Text Example


Text Example

White with #36707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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