Html Css Color HEX #36697F Astral

📋 copy color: '#36697F'

red 54 ◦ green 105 ◦ blue 127

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

Shades of Astral #36697F

Tints of Astral #36697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

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

R = 18.88%
G = 36.71%
B = 44.41%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36697F (or 0x36697F) is known color: Astral. HEX triplet: 36, 69 and 7F. RGB value is (54,105,127). Sum of RGB (Red+Green+Blue) = 54+105+127=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #36697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697F is #C99680. Grayscale: #5C5C5C. Windows color (decimal): -13211265 or 8350006. OLE color: 8350006.

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

Color convert

RGB 54 105 127 -
CMYK 0.57 0.17 0 0.50
HSL 198.08º 0.4% 0.35% -
HSV(B) 198.08º 0.57% 0.5% -
XYZ 10.4 12.42 21.93 -
YUV 92.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 54 105 127 0.57 0.17 0 0.50 198.08 0.4 0.35
Hex 36 69 7F 39 11 0 32 C6 28 23
Octal 66 151 177 71 21 0 62 306 50 43
Binary 110110 1101001 1111111 111001 10001 0 110010 11000110 101000 100011

Color Harmonies of #36697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36697F

Black with #36697F

Text Example


Text Example

White with #36697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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