Html Css Color HEX #367091 Astral

📋 copy color: '#367091'

red 54 ◦ green 112 ◦ blue 145

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

Shades of Astral #367091

Tints of Astral #367091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 17.36%
G = 36.01%
B = 46.62%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367091 (or 0x367091) is known color: Astral. HEX triplet: 36, 70 and 91. RGB value is (54,112,145). Sum of RGB (Red+Green+Blue) = 54+112+145=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #367091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367091 is #C98F6E. Grayscale: #626262. Windows color (decimal): -13209455 or 9531446. OLE color: 9531446.

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

Color convert

RGB 54 112 145 -
CMYK 0.63 0.23 0 0.43
HSL 201.76º 0.46% 0.39% -
HSV(B) 201.76º 0.63% 0.57% -
XYZ 12.43 14.42 28.92 -
YUV 98.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 54 112 145 0.63 0.23 0 0.43 201.76 0.46 0.39
Hex 36 70 91 3F 17 0 2B CA 2E 27
Octal 66 160 221 77 27 0 53 312 56 47
Binary 110110 1110000 10010001 111111 10111 0 101011 11001010 101110 100111

Color Harmonies of #367091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367091

Black with #367091

Text Example


Text Example

White with #367091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367091; }

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

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

background-color css

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

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

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

border-color css

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

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

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