Html Css Color HEX #364653 Arsenic

📋 copy color: '#364653'

red 54 ◦ green 70 ◦ blue 83

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

Shades of Arsenic #364653

Tints of Arsenic #364653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 26.09%
G = 33.82%
B = 40.1%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364653 (or 0x364653) is known color: Arsenic. HEX triplet: 36, 46 and 53. RGB value is (54,70,83). Sum of RGB (Red+Green+Blue) = 54+70+83=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #364653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364653 is #C9B9AC. Grayscale: #424242. Windows color (decimal): -13220269 or 5457462. OLE color: 5457462.

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

Color convert

RGB 54 70 83 -
CMYK 0.35 0.16 0 0.67
HSL 206.9º 0.21% 0.27% -
HSV(B) 206.9º 0.35% 0.33% -
XYZ 5.27 5.79 9.02 -
YUV 66.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 54 70 83 0.35 0.16 0 0.67 206.9 0.21 0.27
Hex 36 46 53 23 10 0 43 CF 15 1B
Octal 66 106 123 43 20 0 103 317 25 33
Binary 110110 1000110 1010011 100011 10000 0 1000011 11001111 10101 11011

Color Harmonies of #364653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364653

Black with #364653

Text Example


Text Example

White with #364653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364653; }

 p { color: rgb(54,70,83); }

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

background-color css

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

 a { background-color: rgb(54,70,83); }

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

border-color css

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

 span { border-color: rgb(54,70,83); }

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