Html Css Color HEX #334653 Arsenic

📋 copy color: '#334653'

red 51 ◦ green 70 ◦ blue 83

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

Shades of Arsenic #334653

Tints of Arsenic #334653

RGB

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

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

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

R = 25%
G = 34.31%
B = 40.69%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334653 (or 0x334653) is known color: Arsenic. HEX triplet: 33, 46 and 53. RGB value is (51,70,83). Sum of RGB (Red+Green+Blue) = 51+70+83=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #334653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334653 is #CCB9AC. Grayscale: #414141. Windows color (decimal): -13416877 or 5457459. OLE color: 5457459.

HSL color Cylindrical-coordinate representation of color #334653: hue angle of 204.38º 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 #334653 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 70 83 -
CMYK 0.39 0.16 0 0.67
HSL 204.38º 0.24% 0.26% -
HSV(B) 204.38º 0.39% 0.33% -
XYZ 5.12 5.71 9.02 -
YUV 65.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 51 70 83 0.39 0.16 0 0.67 204.38 0.24 0.26
Hex 33 46 53 27 10 0 43 CC 18 1A
Octal 63 106 123 47 20 0 103 314 30 32
Binary 110011 1000110 1010011 100111 10000 0 1000011 11001100 11000 11010

Color Harmonies of #334653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334653

Black with #334653

Text Example


Text Example

White with #334653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334653; }

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

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

background-color css

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

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

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

border-color css

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

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

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