Html Css Color HEX #36687D Astral

📋 copy color: '#36687D'

red 54 ◦ green 104 ◦ blue 125

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

Shades of Astral #36687D

Tints of Astral #36687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 19.08%
G = 36.75%
B = 44.17%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36687D (or 0x36687D) is known color: Astral. HEX triplet: 36, 68 and 7D. RGB value is (54,104,125). Sum of RGB (Red+Green+Blue) = 54+104+125=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #36687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36687D is #C99782. Grayscale: #5B5B5B. Windows color (decimal): -13211523 or 8218678. OLE color: 8218678.

HSL color Cylindrical-coordinate representation of color #36687D: hue angle of 197.75º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36687D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 104 125 -
CMYK 0.57 0.17 0 0.51
HSL 197.75º 0.4% 0.35% -
HSV(B) 197.75º 0.57% 0.49% -
XYZ 10.17 12.17 21.21 -
YUV 91.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 54 104 125 0.57 0.17 0 0.51 197.75 0.4 0.35
Hex 36 68 7D 39 11 0 33 C6 28 23
Octal 66 150 175 71 21 0 63 306 50 43
Binary 110110 1101000 1111101 111001 10001 0 110011 11000110 101000 100011

Color Harmonies of #36687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36687D

Black with #36687D

Text Example


Text Example

White with #36687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,104,125); }

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

background-color css

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

 a { background-color: rgb(54,104,125); }

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

border-color css

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

 span { border-color: rgb(54,104,125); }

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