Html Css Color HEX #367592 Astral

📋 copy color: '#367592'

red 54 ◦ green 117 ◦ blue 146

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

Shades of Astral #367592

Tints of Astral #367592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 17.03%
G = 36.91%
B = 46.06%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367592 (or 0x367592) is known color: Astral. HEX triplet: 36, 75 and 92. RGB value is (54,117,146). Sum of RGB (Red+Green+Blue) = 54+117+146=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #367592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367592 is #C98A6D. Grayscale: #656565. Windows color (decimal): -13208174 or 9598262. OLE color: 9598262.

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

Color convert

RGB 54 117 146 -
CMYK 0.63 0.20 0 0.43
HSL 198.91º 0.46% 0.39% -
HSV(B) 198.91º 0.63% 0.57% -
XYZ 13.07 15.58 29.51 -
YUV 101.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 54 117 146 0.63 0.20 0 0.43 198.91 0.46 0.39
Hex 36 75 92 3F 14 0 2B C7 2E 27
Octal 66 165 222 77 24 0 53 307 56 47
Binary 110110 1110101 10010010 111111 10100 0 101011 11000111 101110 100111

Color Harmonies of #367592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367592

Black with #367592

Text Example


Text Example

White with #367592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367592; }

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

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

background-color css

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

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

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

border-color css

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

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

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