Html Css Color HEX #367492 Astral

📋 copy color: '#367492'

red 54 ◦ green 116 ◦ blue 146

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

Shades of Astral #367492

Tints of Astral #367492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 17.09%
G = 36.71%
B = 46.2%

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

#367492 (or 0x367492) is known color: Astral. HEX triplet: 36, 74 and 92. RGB value is (54,116,146). Sum of RGB (Red+Green+Blue) = 54+116+146=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #367492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367492 is #C98B6D. Grayscale: #646464. Windows color (decimal): -13208430 or 9598006. OLE color: 9598006.

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

Color convert

RGB 54 116 146 -
CMYK 0.63 0.21 0 0.43
HSL 199.57º 0.46% 0.39% -
HSV(B) 199.57º 0.63% 0.57% -
XYZ 12.96 15.35 29.47 -
YUV 100.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 54 116 146 0.63 0.21 0 0.43 199.57 0.46 0.39
Hex 36 74 92 3F 15 0 2B C8 2E 27
Octal 66 164 222 77 25 0 53 310 56 47
Binary 110110 1110100 10010010 111111 10101 0 101011 11001000 101110 100111

Color Harmonies of #367492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367492

Black with #367492

Text Example


Text Example

White with #367492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367492; }

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

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

background-color css

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

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

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

border-color css

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

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

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