Html Css Color HEX #36697C Astral

📋 copy color: '#36697C'

red 54 ◦ green 105 ◦ blue 124

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

Shades of Astral #36697C

Tints of Astral #36697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 19.08%
G = 37.1%
B = 43.82%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36697C (or 0x36697C) is known color: Astral. HEX triplet: 36, 69 and 7C. RGB value is (54,105,124). Sum of RGB (Red+Green+Blue) = 54+105+124=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #36697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697C is #C99683. Grayscale: #5B5B5B. Windows color (decimal): -13211268 or 8153398. OLE color: 8153398.

HSL color Cylindrical-coordinate representation of color #36697C: hue angle of 196.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36697C is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 105 124 -
CMYK 0.56 0.15 0 0.51
HSL 196.29º 0.39% 0.35% -
HSV(B) 196.29º 0.56% 0.49% -
XYZ 10.21 12.34 20.91 -
YUV 91.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 54 105 124 0.56 0.15 0 0.51 196.29 0.39 0.35
Hex 36 69 7C 38 F 0 33 C4 27 23
Octal 66 151 174 70 17 0 63 304 47 43
Binary 110110 1101001 1111100 111000 1111 0 110011 11000100 100111 100011

Color Harmonies of #36697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36697C

Black with #36697C

Text Example


Text Example

White with #36697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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