Html Css Color HEX #367184 Astral

📋 copy color: '#367184'

red 54 ◦ green 113 ◦ blue 132

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

Shades of Astral #367184

Tints of Astral #367184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 18.06%
G = 37.79%
B = 44.15%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367184 (or 0x367184) is known color: Astral. HEX triplet: 36, 71 and 84. RGB value is (54,113,132). Sum of RGB (Red+Green+Blue) = 54+113+132=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #367184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367184 is #C98E7B. Grayscale: #616161. Windows color (decimal): -13209212 or 8679734. OLE color: 8679734.

HSL color Cylindrical-coordinate representation of color #367184: hue angle of 194.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367184 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 113 132 -
CMYK 0.59 0.14 0 0.48
HSL 194.62º 0.42% 0.36% -
HSV(B) 194.62º 0.59% 0.52% -
XYZ 11.59 14.26 23.97 -
YUV 97.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 54 113 132 0.59 0.14 0 0.48 194.62 0.42 0.36
Hex 36 71 84 3B E 0 30 C3 2A 24
Octal 66 161 204 73 16 0 60 303 52 44
Binary 110110 1110001 10000100 111011 1110 0 110000 11000011 101010 100100

Color Harmonies of #367184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367184

Black with #367184

Text Example


Text Example

White with #367184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367184; }

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

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

background-color css

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

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

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

border-color css

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

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

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