Html Css Color HEX #367394 Astral

📋 copy color: '#367394'

red 54 ◦ green 115 ◦ blue 148

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

Shades of Astral #367394

Tints of Astral #367394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 17.03%
G = 36.28%
B = 46.69%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367394 (or 0x367394) is known color: Astral. HEX triplet: 36, 73 and 94. RGB value is (54,115,148). Sum of RGB (Red+Green+Blue) = 54+115+148=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #367394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367394 is #C98C6B. Grayscale: #646464. Windows color (decimal): -13208684 or 9728822. OLE color: 9728822.

HSL color Cylindrical-coordinate representation of color #367394: hue angle of 201.06º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367394 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 115 148 -
CMYK 0.64 0.22 0 0.42
HSL 201.06º 0.47% 0.4% -
HSV(B) 201.06º 0.64% 0.58% -
XYZ 13 15.18 30.26 -
YUV 100.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 54 115 148 0.64 0.22 0 0.42 201.06 0.47 0.4
Hex 36 73 94 40 16 0 2A C9 2F 28
Octal 66 163 224 100 26 0 52 311 57 50
Binary 110110 1110011 10010100 1000000 10110 0 101010 11001001 101111 101000

Color Harmonies of #367394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367394

Black with #367394

Text Example


Text Example

White with #367394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367394; }

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

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

background-color css

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

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

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

border-color css

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

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

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