Html Css Color HEX #334656 Arsenic

📋 copy color: '#334656'

red 51 ◦ green 70 ◦ blue 86

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

Shades of Arsenic #334656

Tints of Arsenic #334656

RGB

 RED value IS 51 (20.31% from 255) = 24.64%

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

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 24.64%
G = 33.82%
B = 41.55%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334656 (or 0x334656) is known color: Arsenic. HEX triplet: 33, 46 and 56. RGB value is (51,70,86). Sum of RGB (Red+Green+Blue) = 51+70+86=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #334656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334656 is #CCB9A9. Grayscale: #424242. Windows color (decimal): -13416874 or 5654067. OLE color: 5654067.

HSL color Cylindrical-coordinate representation of color #334656: hue angle of 207.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334656 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 70 86 -
CMYK 0.41 0.19 0 0.66
HSL 207.43º 0.26% 0.27% -
HSV(B) 207.43º 0.41% 0.34% -
XYZ 5.24 5.76 9.64 -
YUV 66.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 51 70 86 0.41 0.19 0 0.66 207.43 0.26 0.27
Hex 33 46 56 29 13 0 42 CF 1A 1B
Octal 63 106 126 51 23 0 102 317 32 33
Binary 110011 1000110 1010110 101001 10011 0 1000010 11001111 11010 11011

Color Harmonies of #334656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334656

Black with #334656

Text Example


Text Example

White with #334656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334656; }

 p { color: rgb(51,70,86); }

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

background-color css

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

 a { background-color: rgb(51,70,86); }

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

border-color css

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

 span { border-color: rgb(51,70,86); }

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