Html Css Color HEX #364552 Arsenic

📋 copy color: '#364552'

red 54 ◦ green 69 ◦ blue 82

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

Shades of Arsenic #364552

Tints of Arsenic #364552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 26.34%
G = 33.66%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364552 (or 0x364552) is known color: Arsenic. HEX triplet: 36, 45 and 52. RGB value is (54,69,82). Sum of RGB (Red+Green+Blue) = 54+69+82=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #364552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364552 is #C9BAAD. Grayscale: #414141. Windows color (decimal): -13220526 or 5391670. OLE color: 5391670.

HSL color Cylindrical-coordinate representation of color #364552: hue angle of 207.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364552 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 69 82 -
CMYK 0.34 0.16 0 0.68
HSL 207.86º 0.21% 0.27% -
HSV(B) 207.86º 0.34% 0.32% -
XYZ 5.17 5.65 8.8 -
YUV 66 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 54 69 82 0.34 0.16 0 0.68 207.86 0.21 0.27
Hex 36 45 52 22 10 0 44 D0 15 1B
Octal 66 105 122 42 20 0 104 320 25 33
Binary 110110 1000101 1010010 100010 10000 0 1000100 11010000 10101 11011

Color Harmonies of #364552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364552

Black with #364552

Text Example


Text Example

White with #364552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364552; }

 p { color: rgb(54,69,82); }

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

background-color css

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

 a { background-color: rgb(54,69,82); }

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

border-color css

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

 span { border-color: rgb(54,69,82); }

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