Html Css Color HEX #367194 Astral

📋 copy color: '#367194'

red 54 ◦ green 113 ◦ blue 148

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

Shades of Astral #367194

Tints of Astral #367194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 17.14%
G = 35.87%
B = 46.98%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367194 (or 0x367194) is known color: Astral. HEX triplet: 36, 71 and 94. RGB value is (54,113,148). Sum of RGB (Red+Green+Blue) = 54+113+148=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #367194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367194 is #C98E6B. Grayscale: #636363. Windows color (decimal): -13209196 or 9728310. OLE color: 9728310.

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

Color convert

RGB 54 113 148 -
CMYK 0.64 0.24 0 0.42
HSL 202.34º 0.47% 0.4% -
HSV(B) 202.34º 0.64% 0.58% -
XYZ 12.77 14.73 30.19 -
YUV 99.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 54 113 148 0.64 0.24 0 0.42 202.34 0.47 0.4
Hex 36 71 94 40 18 0 2A CA 2F 28
Octal 66 161 224 100 30 0 52 312 57 50
Binary 110110 1110001 10010100 1000000 11000 0 101010 11001010 101111 101000

Color Harmonies of #367194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367194

Black with #367194

Text Example


Text Example

White with #367194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367194; }

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

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

background-color css

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

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

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

border-color css

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

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

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