Html Css Color HEX #364651 Arsenic

📋 copy color: '#364651'

red 54 ◦ green 70 ◦ blue 81

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

Shades of Arsenic #364651

Tints of Arsenic #364651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 26.34%
G = 34.15%
B = 39.51%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364651 (or 0x364651) is known color: Arsenic. HEX triplet: 36, 46 and 51. RGB value is (54,70,81). Sum of RGB (Red+Green+Blue) = 54+70+81=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #364651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364651 is #C9B9AE. Grayscale: #424242. Windows color (decimal): -13220271 or 5326390. OLE color: 5326390.

HSL color Cylindrical-coordinate representation of color #364651: hue angle of 204.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #364651 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 70 81 -
CMYK 0.33 0.14 0 0.68
HSL 204.44º 0.2% 0.26% -
HSV(B) 204.44º 0.33% 0.32% -
XYZ 5.2 5.76 8.62 -
YUV 66.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 54 70 81 0.33 0.14 0 0.68 204.44 0.2 0.26
Hex 36 46 51 21 E 0 44 CC 14 1A
Octal 66 106 121 41 16 0 104 314 24 32
Binary 110110 1000110 1010001 100001 1110 0 1000100 11001100 10100 11010

Color Harmonies of #364651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364651

Black with #364651

Text Example


Text Example

White with #364651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364651; }

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

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

background-color css

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

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

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

border-color css

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

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

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