Html Css Color HEX #367797 Astral

📋 copy color: '#367797'

red 54 ◦ green 119 ◦ blue 151

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

Shades of Astral #367797

Tints of Astral #367797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 16.67%
G = 36.73%
B = 46.6%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367797 (or 0x367797) is known color: Astral. HEX triplet: 36, 77 and 97. RGB value is (54,119,151). Sum of RGB (Red+Green+Blue) = 54+119+151=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #367797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367797 is #C98868. Grayscale: #676767. Windows color (decimal): -13207657 or 9926454. OLE color: 9926454.

HSL color Cylindrical-coordinate representation of color #367797: hue angle of 199.79º 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 #367797 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 119 151 -
CMYK 0.64 0.21 0 0.41
HSL 199.79º 0.47% 0.4% -
HSV(B) 199.79º 0.64% 0.59% -
XYZ 13.7 16.21 31.69 -
YUV 103.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 54 119 151 0.64 0.21 0 0.41 199.79 0.47 0.4
Hex 36 77 97 40 15 0 29 C8 2F 28
Octal 66 167 227 100 25 0 51 310 57 50
Binary 110110 1110111 10010111 1000000 10101 0 101001 11001000 101111 101000

Color Harmonies of #367797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367797

Black with #367797

Text Example


Text Example

White with #367797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367797; }

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

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

background-color css

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

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

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

border-color css

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

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

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