Html Css Color HEX #324755 Atomic

📋 copy color: '#324755'

red 50 ◦ green 71 ◦ blue 85

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

Shades of Atomic #324755

Tints of Atomic #324755

RGB

 RED value IS 50 (19.92% from 255) = 24.27%

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 24.27%
G = 34.47%
B = 41.26%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324755 (or 0x324755) is known color: Atomic. HEX triplet: 32, 47 and 55. RGB value is (50,71,85). Sum of RGB (Red+Green+Blue) = 50+71+85=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #324755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324755 is #CDB8AA. Grayscale: #424242. Windows color (decimal): -13482155 or 5588786. OLE color: 5588786.

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

Color convert

RGB 50 71 85 -
CMYK 0.41 0.16 0 0.67
HSL 204º 0.26% 0.26% -
HSV(B) 204º 0.41% 0.33% -
XYZ 5.21 5.84 9.45 -
YUV 66.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 50 71 85 0.41 0.16 0 0.67 204 0.26 0.26
Hex 32 47 55 29 10 0 43 CC 1A 1A
Octal 62 107 125 51 20 0 103 314 32 32
Binary 110010 1000111 1010101 101001 10000 0 1000011 11001100 11010 11010

Color Harmonies of #324755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324755

Black with #324755

Text Example


Text Example

White with #324755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324755; }

 p { color: rgb(50,71,85); }

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

background-color css

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

 a { background-color: rgb(50,71,85); }

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

border-color css

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

 span { border-color: rgb(50,71,85); }

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