Html Css Color HEX #334956 Atomic

📋 copy color: '#334956'

red 51 ◦ green 73 ◦ blue 86

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

Shades of Atomic #334956

Tints of Atomic #334956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

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

R = 24.29%
G = 34.76%
B = 40.95%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334956 (or 0x334956) is known color: Atomic. HEX triplet: 33, 49 and 56. RGB value is (51,73,86). Sum of RGB (Red+Green+Blue) = 51+73+86=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #334956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334956 is #CCB6A9. Grayscale: #434343. Windows color (decimal): -13416106 or 5654835. OLE color: 5654835.

HSL color Cylindrical-coordinate representation of color #334956: hue angle of 202.29º 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 #334956 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 73 86 -
CMYK 0.41 0.15 0 0.66
HSL 202.29º 0.26% 0.27% -
HSV(B) 202.29º 0.41% 0.34% -
XYZ 5.43 6.14 9.7 -
YUV 67.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 51 73 86 0.41 0.15 0 0.66 202.29 0.26 0.27
Hex 33 49 56 29 F 0 42 CA 1A 1B
Octal 63 111 126 51 17 0 102 312 32 33
Binary 110011 1001001 1010110 101001 1111 0 1000010 11001010 11010 11011

Color Harmonies of #334956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334956

Black with #334956

Text Example


Text Example

White with #334956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334956; }

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

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

background-color css

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

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

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

border-color css

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

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

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