Html Css Color HEX #367384 Astral

📋 copy color: '#367384'

red 54 ◦ green 115 ◦ blue 132

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

Shades of Astral #367384

Tints of Astral #367384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 17.94%
G = 38.21%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367384 (or 0x367384) is known color: Astral. HEX triplet: 36, 73 and 84. RGB value is (54,115,132). Sum of RGB (Red+Green+Blue) = 54+115+132=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #367384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367384 is #C98C7B. Grayscale: #626262. Windows color (decimal): -13208700 or 8680246. OLE color: 8680246.

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

Color convert

RGB 54 115 132 -
CMYK 0.59 0.13 0 0.48
HSL 193.08º 0.42% 0.36% -
HSV(B) 193.08º 0.59% 0.52% -
XYZ 11.82 14.71 24.05 -
YUV 98.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 54 115 132 0.59 0.13 0 0.48 193.08 0.42 0.36
Hex 36 73 84 3B D 0 30 C1 2A 24
Octal 66 163 204 73 15 0 60 301 52 44
Binary 110110 1110011 10000100 111011 1101 0 110000 11000001 101010 100100

Color Harmonies of #367384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367384

Black with #367384

Text Example


Text Example

White with #367384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367384; }

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

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

background-color css

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

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

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

border-color css

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

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

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