Html Css Color HEX #367392 Astral

📋 copy color: '#367392'

red 54 ◦ green 115 ◦ blue 146

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

Shades of Astral #367392

Tints of Astral #367392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 17.14%
G = 36.51%
B = 46.35%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367392 (or 0x367392) is known color: Astral. HEX triplet: 36, 73 and 92. RGB value is (54,115,146). Sum of RGB (Red+Green+Blue) = 54+115+146=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #367392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367392 is #C98C6D. Grayscale: #646464. Windows color (decimal): -13208686 or 9597750. OLE color: 9597750.

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

Color convert

RGB 54 115 146 -
CMYK 0.63 0.21 0 0.43
HSL 200.22º 0.46% 0.39% -
HSV(B) 200.22º 0.63% 0.57% -
XYZ 12.84 15.12 29.44 -
YUV 100.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 54 115 146 0.63 0.21 0 0.43 200.22 0.46 0.39
Hex 36 73 92 3F 15 0 2B C8 2E 27
Octal 66 163 222 77 25 0 53 310 56 47
Binary 110110 1110011 10010010 111111 10101 0 101011 11001000 101110 100111

Color Harmonies of #367392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367392

Black with #367392

Text Example


Text Example

White with #367392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367392; }

 p { color: rgb(54,115,146); }

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

background-color css

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

 a { background-color: rgb(54,115,146); }

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

border-color css

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

 span { border-color: rgb(54,115,146); }

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