Html Css Color HEX #367291 Astral

📋 copy color: '#367291'

red 54 ◦ green 114 ◦ blue 145

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

Shades of Astral #367291

Tints of Astral #367291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 17.25%
G = 36.42%
B = 46.33%

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

#367291 (or 0x367291) is known color: Astral. HEX triplet: 36, 72 and 91. RGB value is (54,114,145). Sum of RGB (Red+Green+Blue) = 54+114+145=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #367291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367291 is #C98D6E. Grayscale: #636363. Windows color (decimal): -13208943 or 9531958. OLE color: 9531958.

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

Color convert

RGB 54 114 145 -
CMYK 0.63 0.21 0 0.43
HSL 200.44º 0.46% 0.39% -
HSV(B) 200.44º 0.63% 0.57% -
XYZ 12.65 14.86 28.99 -
YUV 99.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 54 114 145 0.63 0.21 0 0.43 200.44 0.46 0.39
Hex 36 72 91 3F 15 0 2B C8 2E 27
Octal 66 162 221 77 25 0 53 310 56 47
Binary 110110 1110010 10010001 111111 10101 0 101011 11001000 101110 100111

Color Harmonies of #367291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367291

Black with #367291

Text Example


Text Example

White with #367291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367291; }

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

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

background-color css

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

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

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

border-color css

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

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

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