Html Css Color HEX #367382 Astral

📋 copy color: '#367382'

red 54 ◦ green 115 ◦ blue 130

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

Shades of Astral #367382

Tints of Astral #367382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 18.06%
G = 38.46%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367382 (or 0x367382) is known color: Astral. HEX triplet: 36, 73 and 82. RGB value is (54,115,130). Sum of RGB (Red+Green+Blue) = 54+115+130=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #367382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367382 is #C98C7D. Grayscale: #626262. Windows color (decimal): -13208702 or 8549174. OLE color: 8549174.

HSL color Cylindrical-coordinate representation of color #367382: hue angle of 191.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367382 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 115 130 -
CMYK 0.58 0.12 0 0.49
HSL 191.84º 0.41% 0.36% -
HSV(B) 191.84º 0.58% 0.51% -
XYZ 11.68 14.66 23.33 -
YUV 98.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 54 115 130 0.58 0.12 0 0.49 191.84 0.41 0.36
Hex 36 73 82 3A C 0 31 C0 29 24
Octal 66 163 202 72 14 0 61 300 51 44
Binary 110110 1110011 10000010 111010 1100 0 110001 11000000 101001 100100

Color Harmonies of #367382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367382

Black with #367382

Text Example


Text Example

White with #367382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367382; }

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

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

background-color css

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

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

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

border-color css

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

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

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