Html Css Color HEX #367791 Astral

📋 copy color: '#367791'

red 54 ◦ green 119 ◦ blue 145

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

Shades of Astral #367791

Tints of Astral #367791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.6%

R = 16.98%
G = 37.42%
B = 45.6%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367791 (or 0x367791) is known color: Astral. HEX triplet: 36, 77 and 91. RGB value is (54,119,145). Sum of RGB (Red+Green+Blue) = 54+119+145=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #367791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367791 is #C9886E. Grayscale: #666666. Windows color (decimal): -13207663 or 9533238. OLE color: 9533238.

HSL color Cylindrical-coordinate representation of color #367791: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367791 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 119 145 -
CMYK 0.63 0.18 0 0.43
HSL 197.14º 0.46% 0.39% -
HSV(B) 197.14º 0.63% 0.57% -
XYZ 13.23 16.02 29.18 -
YUV 102.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 54 119 145 0.63 0.18 0 0.43 197.14 0.46 0.39
Hex 36 77 91 3F 12 0 2B C5 2E 27
Octal 66 167 221 77 22 0 53 305 56 47
Binary 110110 1110111 10010001 111111 10010 0 101011 11000101 101110 100111

Color Harmonies of #367791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367791

Black with #367791

Text Example


Text Example

White with #367791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367791; }

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

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

background-color css

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

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

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

border-color css

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

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

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