Html Css Color HEX #334654 Arsenic

📋 copy color: '#334654'

red 51 ◦ green 70 ◦ blue 84

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

Shades of Arsenic #334654

Tints of Arsenic #334654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.98%

R = 24.88%
G = 34.15%
B = 40.98%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334654 (or 0x334654) is known color: Arsenic. HEX triplet: 33, 46 and 54. RGB value is (51,70,84). Sum of RGB (Red+Green+Blue) = 51+70+84=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #334654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334654 is #CCB9AB. Grayscale: #414141. Windows color (decimal): -13416876 or 5522995. OLE color: 5522995.

HSL color Cylindrical-coordinate representation of color #334654: hue angle of 205.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334654 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 70 84 -
CMYK 0.39 0.17 0 0.67
HSL 205.45º 0.24% 0.26% -
HSV(B) 205.45º 0.39% 0.33% -
XYZ 5.16 5.72 9.22 -
YUV 65.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 51 70 84 0.39 0.17 0 0.67 205.45 0.24 0.26
Hex 33 46 54 27 11 0 43 CD 18 1A
Octal 63 106 124 47 21 0 103 315 30 32
Binary 110011 1000110 1010100 100111 10001 0 1000011 11001101 11000 11010

Color Harmonies of #334654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334654

Black with #334654

Text Example


Text Example

White with #334654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334654; }

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

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

background-color css

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

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

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

border-color css

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

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

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