Html Css Color HEX #367697 Astral

📋 copy color: '#367697'

red 54 ◦ green 118 ◦ blue 151

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

Shades of Astral #367697

Tints of Astral #367697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 16.72%
G = 36.53%
B = 46.75%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367697 (or 0x367697) is known color: Astral. HEX triplet: 36, 76 and 97. RGB value is (54,118,151). Sum of RGB (Red+Green+Blue) = 54+118+151=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #367697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367697 is #C98968. Grayscale: #666666. Windows color (decimal): -13207913 or 9926198. OLE color: 9926198.

HSL color Cylindrical-coordinate representation of color #367697: hue angle of 200.41º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367697 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 118 151 -
CMYK 0.64 0.22 0 0.41
HSL 200.41º 0.47% 0.4% -
HSV(B) 200.41º 0.64% 0.59% -
XYZ 13.59 15.98 31.65 -
YUV 102.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 54 118 151 0.64 0.22 0 0.41 200.41 0.47 0.4
Hex 36 76 97 40 16 0 29 C8 2F 28
Octal 66 166 227 100 26 0 51 310 57 50
Binary 110110 1110110 10010111 1000000 10110 0 101001 11001000 101111 101000

Color Harmonies of #367697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367697

Black with #367697

Text Example


Text Example

White with #367697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367697; }

 p { color: rgb(54,118,151); }

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

background-color css

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

 a { background-color: rgb(54,118,151); }

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

border-color css

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

 span { border-color: rgb(54,118,151); }

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