Html Css Color HEX #364452 Arsenic

📋 copy color: '#364452'

red 54 ◦ green 68 ◦ blue 82

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

Shades of Arsenic #364452

Tints of Arsenic #364452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 26.47%
G = 33.33%
B = 40.2%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364452 (or 0x364452) is known color: Arsenic. HEX triplet: 36, 44 and 52. RGB value is (54,68,82). Sum of RGB (Red+Green+Blue) = 54+68+82=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #364452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364452 is #C9BBAD. Grayscale: #414141. Windows color (decimal): -13220782 or 5391414. OLE color: 5391414.

HSL color Cylindrical-coordinate representation of color #364452: hue angle of 210º 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 #364452 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 68 82 -
CMYK 0.34 0.17 0 0.68
HSL 210º 0.21% 0.27% -
HSV(B) 210º 0.34% 0.32% -
XYZ 5.11 5.53 8.78 -
YUV 65.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 54 68 82 0.34 0.17 0 0.68 210 0.21 0.27
Hex 36 44 52 22 11 0 44 D2 15 1B
Octal 66 104 122 42 21 0 104 322 25 33
Binary 110110 1000100 1010010 100010 10001 0 1000100 11010010 10101 11011

Color Harmonies of #364452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364452

Black with #364452

Text Example


Text Example

White with #364452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364452; }

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

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

background-color css

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

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

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

border-color css

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

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

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