Html Css Color HEX #36697E Astral

📋 copy color: '#36697E'

red 54 ◦ green 105 ◦ blue 126

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

Shades of Astral #36697E

Tints of Astral #36697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 18.95%
G = 36.84%
B = 44.21%

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

#36697E (or 0x36697E) is known color: Astral. HEX triplet: 36, 69 and 7E. RGB value is (54,105,126). Sum of RGB (Red+Green+Blue) = 54+105+126=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #36697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697E is #C99681. Grayscale: #5C5C5C. Windows color (decimal): -13211266 or 8284470. OLE color: 8284470.

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

Color convert

RGB 54 105 126 -
CMYK 0.57 0.17 0 0.51
HSL 197.5º 0.4% 0.35% -
HSV(B) 197.5º 0.57% 0.49% -
XYZ 10.34 12.39 21.59 -
YUV 92.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 54 105 126 0.57 0.17 0 0.51 197.5 0.4 0.35
Hex 36 69 7E 39 11 0 33 C6 28 23
Octal 66 151 176 71 21 0 63 306 50 43
Binary 110110 1101001 1111110 111001 10001 0 110011 11000110 101000 100011

Color Harmonies of #36697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36697E

Black with #36697E

Text Example


Text Example

White with #36697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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