Html Css Color HEX #367193 Astral

📋 copy color: '#367193'

red 54 ◦ green 113 ◦ blue 147

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

Shades of Astral #367193

Tints of Astral #367193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 17.2%
G = 35.99%
B = 46.82%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367193 (or 0x367193) is known color: Astral. HEX triplet: 36, 71 and 93. RGB value is (54,113,147). Sum of RGB (Red+Green+Blue) = 54+113+147=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #367193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367193 is #C98E6C. Grayscale: #636363. Windows color (decimal): -13209197 or 9662774. OLE color: 9662774.

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

Color convert

RGB 54 113 147 -
CMYK 0.63 0.23 0 0.42
HSL 201.94º 0.46% 0.39% -
HSV(B) 201.94º 0.63% 0.58% -
XYZ 12.69 14.7 29.77 -
YUV 99.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 54 113 147 0.63 0.23 0 0.42 201.94 0.46 0.39
Hex 36 71 93 3F 17 0 2A CA 2E 27
Octal 66 161 223 77 27 0 52 312 56 47
Binary 110110 1110001 10010011 111111 10111 0 101010 11001010 101110 100111

Color Harmonies of #367193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367193

Black with #367193

Text Example


Text Example

White with #367193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367193; }

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

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

background-color css

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

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

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

border-color css

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

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

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