Html Css Color HEX #324855 Atomic

📋 copy color: '#324855'

red 50 ◦ green 72 ◦ blue 85

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

Shades of Atomic #324855

Tints of Atomic #324855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 24.15%
G = 34.78%
B = 41.06%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324855 (or 0x324855) is known color: Atomic. HEX triplet: 32, 48 and 55. RGB value is (50,72,85). Sum of RGB (Red+Green+Blue) = 50+72+85=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #324855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324855 is #CDB7AA. Grayscale: #424242. Windows color (decimal): -13481899 or 5589042. OLE color: 5589042.

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

Color convert

RGB 50 72 85 -
CMYK 0.41 0.15 0 0.67
HSL 202.29º 0.26% 0.26% -
HSV(B) 202.29º 0.41% 0.33% -
XYZ 5.27 5.97 9.47 -
YUV 66.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 50 72 85 0.41 0.15 0 0.67 202.29 0.26 0.26
Hex 32 48 55 29 F 0 43 CA 1A 1A
Octal 62 110 125 51 17 0 103 312 32 32
Binary 110010 1001000 1010101 101001 1111 0 1000011 11001010 11010 11010

Color Harmonies of #324855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324855

Black with #324855

Text Example


Text Example

White with #324855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324855; }

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

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

background-color css

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

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

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

border-color css

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

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

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