Html Css Color HEX #367494 Astral

📋 copy color: '#367494'

red 54 ◦ green 116 ◦ blue 148

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

Shades of Astral #367494

Tints of Astral #367494

RGB

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

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

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

R = 16.98%
G = 36.48%
B = 46.54%

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

#367494 (or 0x367494) is known color: Astral. HEX triplet: 36, 74 and 94. RGB value is (54,116,148). Sum of RGB (Red+Green+Blue) = 54+116+148=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #367494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367494 is #C98B6B. Grayscale: #646464. Windows color (decimal): -13208428 or 9729078. OLE color: 9729078.

HSL color Cylindrical-coordinate representation of color #367494: hue angle of 200.43º 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 #367494 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 116 148 -
CMYK 0.64 0.22 0 0.42
HSL 200.43º 0.47% 0.4% -
HSV(B) 200.43º 0.64% 0.58% -
XYZ 13.11 15.41 30.3 -
YUV 101.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 54 116 148 0.64 0.22 0 0.42 200.43 0.47 0.4
Hex 36 74 94 40 16 0 2A C8 2F 28
Octal 66 164 224 100 26 0 52 310 57 50
Binary 110110 1110100 10010100 1000000 10110 0 101010 11001000 101111 101000

Color Harmonies of #367494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367494

Black with #367494

Text Example


Text Example

White with #367494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367494; }

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

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

background-color css

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

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

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

border-color css

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

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

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