Html Css Color HEX #367195 Astral

📋 copy color: '#367195'

red 54 ◦ green 113 ◦ blue 149

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

Shades of Astral #367195

Tints of Astral #367195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 17.09%
G = 35.76%
B = 47.15%

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

#367195 (or 0x367195) is known color: Astral. HEX triplet: 36, 71 and 95. RGB value is (54,113,149). Sum of RGB (Red+Green+Blue) = 54+113+149=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #367195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367195 is #C98E6A. Grayscale: #636363. Windows color (decimal): -13209195 or 9793846. OLE color: 9793846.

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

Color convert

RGB 54 113 149 -
CMYK 0.64 0.24 0 0.42
HSL 202.74º 0.47% 0.4% -
HSV(B) 202.74º 0.64% 0.58% -
XYZ 12.85 14.76 30.61 -
YUV 99.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 54 113 149 0.64 0.24 0 0.42 202.74 0.47 0.4
Hex 36 71 95 40 18 0 2A CB 2F 28
Octal 66 161 225 100 30 0 52 313 57 50
Binary 110110 1110001 10010101 1000000 11000 0 101010 11001011 101111 101000

Color Harmonies of #367195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367195

Black with #367195

Text Example


Text Example

White with #367195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367195; }

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

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

background-color css

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

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

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

border-color css

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

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

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