Html Css Color HEX #367191 Astral

📋 copy color: '#367191'

red 54 ◦ green 113 ◦ blue 145

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

Shades of Astral #367191

Tints of Astral #367191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 17.31%
G = 36.22%
B = 46.47%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367191 (or 0x367191) is known color: Astral. HEX triplet: 36, 71 and 91. RGB value is (54,113,145). Sum of RGB (Red+Green+Blue) = 54+113+145=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #367191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367191 is #C98E6E. Grayscale: #626262. Windows color (decimal): -13209199 or 9531702. OLE color: 9531702.

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

Color convert

RGB 54 113 145 -
CMYK 0.63 0.22 0 0.43
HSL 201.1º 0.46% 0.39% -
HSV(B) 201.1º 0.63% 0.57% -
XYZ 12.54 14.64 28.95 -
YUV 99.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 54 113 145 0.63 0.22 0 0.43 201.1 0.46 0.39
Hex 36 71 91 3F 16 0 2B C9 2E 27
Octal 66 161 221 77 26 0 53 311 56 47
Binary 110110 1110001 10010001 111111 10110 0 101011 11001001 101110 100111

Color Harmonies of #367191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367191

Black with #367191

Text Example


Text Example

White with #367191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367191; }

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

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

background-color css

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

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

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

border-color css

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

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

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