Html Css Color HEX #334957 Atomic

📋 copy color: '#334957'

red 51 ◦ green 73 ◦ blue 87

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

Shades of Atomic #334957

Tints of Atomic #334957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 24.17%
G = 34.6%
B = 41.23%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334957 (or 0x334957) is known color: Atomic. HEX triplet: 33, 49 and 57. RGB value is (51,73,87). Sum of RGB (Red+Green+Blue) = 51+73+87=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #334957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334957 is #CCB6A8. Grayscale: #434343. Windows color (decimal): -13416105 or 5720371. OLE color: 5720371.

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

Color convert

RGB 51 73 87 -
CMYK 0.41 0.16 0 0.66
HSL 203.33º 0.26% 0.27% -
HSV(B) 203.33º 0.41% 0.34% -
XYZ 5.47 6.16 9.92 -
YUV 68.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 51 73 87 0.41 0.16 0 0.66 203.33 0.26 0.27
Hex 33 49 57 29 10 0 42 CB 1A 1B
Octal 63 111 127 51 20 0 102 313 32 33
Binary 110011 1001001 1010111 101001 10000 0 1000010 11001011 11010 11011

Color Harmonies of #334957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334957

Black with #334957

Text Example


Text Example

White with #334957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334957; }

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

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

background-color css

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

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

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

border-color css

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

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

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