Html Css Color HEX #36727F Astral

📋 copy color: '#36727F'

red 54 ◦ green 114 ◦ blue 127

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

Shades of Astral #36727F

Tints of Astral #36727F

RGB

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

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

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

R = 18.31%
G = 38.64%
B = 43.05%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36727F (or 0x36727F) is known color: Astral. HEX triplet: 36, 72 and 7F. RGB value is (54,114,127). Sum of RGB (Red+Green+Blue) = 54+114+127=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #36727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36727F is #C98D80. Grayscale: #616161. Windows color (decimal): -13208961 or 8352310. OLE color: 8352310.

HSL color Cylindrical-coordinate representation of color #36727F: hue angle of 190.68º 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 #36727F is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 114 127 -
CMYK 0.57 0.10 0 0.50
HSL 190.68º 0.4% 0.35% -
HSV(B) 190.68º 0.57% 0.5% -
XYZ 11.37 14.35 22.25 -
YUV 97.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 54 114 127 0.57 0.10 0 0.50 190.68 0.4 0.35
Hex 36 72 7F 39 A 0 32 BF 28 23
Octal 66 162 177 71 12 0 62 277 50 43
Binary 110110 1110010 1111111 111001 1010 0 110010 10111111 101000 100011

Color Harmonies of #36727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36727F

Black with #36727F

Text Example


Text Example

White with #36727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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