Html Css Color HEX #367491 Astral

📋 copy color: '#367491'

red 54 ◦ green 116 ◦ blue 145

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

Shades of Astral #367491

Tints of Astral #367491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 17.14%
G = 36.83%
B = 46.03%

CMYK

 C value IS 0.63

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367491 (or 0x367491) is known color: Astral. HEX triplet: 36, 74 and 91. RGB value is (54,116,145). Sum of RGB (Red+Green+Blue) = 54+116+145=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #367491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367491 is #C98B6E. Grayscale: #646464. Windows color (decimal): -13208431 or 9532470. OLE color: 9532470.

HSL color Cylindrical-coordinate representation of color #367491: hue angle of 199.12º 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 #367491 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 116 145 -
CMYK 0.63 0.2 0 0.43
HSL 199.12º 0.46% 0.39% -
HSV(B) 199.12º 0.63% 0.57% -
XYZ 12.88 15.32 29.07 -
YUV 100.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 54 116 145 0.63 0.2 0 0.43 199.12 0.46 0.39
Hex 36 74 91 3F 14 0 2B C7 2E 27
Octal 66 164 221 77 24 0 53 307 56 47
Binary 110110 1110100 10010001 111111 10100 0 101011 11000111 101110 100111

Color Harmonies of #367491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367491

Black with #367491

Text Example


Text Example

White with #367491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367491; }

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

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

background-color css

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

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

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

border-color css

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

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

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