Html Css Color HEX #334650 Atomic

📋 copy color: '#334650'

red 51 ◦ green 70 ◦ blue 80

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

Shades of Atomic #334650

Tints of Atomic #334650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 25.37%
G = 34.83%
B = 39.8%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#334650 (or 0x334650) is known color: Atomic. HEX triplet: 33, 46 and 50. RGB value is (51,70,80). Sum of RGB (Red+Green+Blue) = 51+70+80=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #334650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334650 is #CCB9AF. Grayscale: #414141. Windows color (decimal): -13416880 or 5260851. OLE color: 5260851.

HSL color Cylindrical-coordinate representation of color #334650: hue angle of 200.69º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334650 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 70 80 -
CMYK 0.36 0.12 0 0.69
HSL 200.69º 0.22% 0.26% -
HSV(B) 200.69º 0.36% 0.31% -
XYZ 5 5.66 8.42 -
YUV 65.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 51 70 80 0.36 0.12 0 0.69 200.69 0.22 0.26
Hex 33 46 50 24 C 0 45 C9 16 1A
Octal 63 106 120 44 14 0 105 311 26 32
Binary 110011 1000110 1010000 100100 1100 0 1000101 11001001 10110 11010

Color Harmonies of #334650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334650

Black with #334650

Text Example


Text Example

White with #334650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334650; }

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

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

background-color css

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

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

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

border-color css

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

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

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