Html Css Color HEX #367390 Astral

📋 copy color: '#367390'

red 54 ◦ green 115 ◦ blue 144

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

Shades of Astral #367390

Tints of Astral #367390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 17.25%
G = 36.74%
B = 46.01%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367390 (or 0x367390) is known color: Astral. HEX triplet: 36, 73 and 90. RGB value is (54,115,144). Sum of RGB (Red+Green+Blue) = 54+115+144=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #367390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367390 is #C98C6F. Grayscale: #636363. Windows color (decimal): -13208688 or 9466678. OLE color: 9466678.

HSL color Cylindrical-coordinate representation of color #367390: hue angle of 199.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367390 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 115 144 -
CMYK 0.63 0.20 0 0.44
HSL 199.33º 0.45% 0.39% -
HSV(B) 199.33º 0.63% 0.56% -
XYZ 12.69 15.06 28.62 -
YUV 100.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 54 115 144 0.63 0.20 0 0.44 199.33 0.45 0.39
Hex 36 73 90 3F 14 0 2C C7 2D 27
Octal 66 163 220 77 24 0 54 307 55 47
Binary 110110 1110011 10010000 111111 10100 0 101100 11000111 101101 100111

Color Harmonies of #367390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367390

Black with #367390

Text Example


Text Example

White with #367390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367390; }

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

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

background-color css

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

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

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

border-color css

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

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

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