Html Css Color HEX #367584 Astral

📋 copy color: '#367584'

red 54 ◦ green 117 ◦ blue 132

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

Shades of Astral #367584

Tints of Astral #367584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 17.82%
G = 38.61%
B = 43.56%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367584 (or 0x367584) is known color: Astral. HEX triplet: 36, 75 and 84. RGB value is (54,117,132). Sum of RGB (Red+Green+Blue) = 54+117+132=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #367584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367584 is #C98A7B. Grayscale: #636363. Windows color (decimal): -13208188 or 8680758. OLE color: 8680758.

HSL color Cylindrical-coordinate representation of color #367584: hue angle of 191.54º 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 #367584 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 117 132 -
CMYK 0.59 0.11 0 0.48
HSL 191.54º 0.42% 0.36% -
HSV(B) 191.54º 0.59% 0.52% -
XYZ 12.05 15.17 24.12 -
YUV 99.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 54 117 132 0.59 0.11 0 0.48 191.54 0.42 0.36
Hex 36 75 84 3B B 0 30 C0 2A 24
Octal 66 165 204 73 13 0 60 300 52 44
Binary 110110 1110101 10000100 111011 1011 0 110000 11000000 101010 100100

Color Harmonies of #367584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367584

Black with #367584

Text Example


Text Example

White with #367584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367584; }

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

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

background-color css

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

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

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

border-color css

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

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

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