Html Css Color HEX #324652 Atomic

📋 copy color: '#324652'

red 50 ◦ green 70 ◦ blue 82

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

Shades of Atomic #324652

Tints of Atomic #324652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 24.75%
G = 34.65%
B = 40.59%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324652 (or 0x324652) is known color: Atomic. HEX triplet: 32, 46 and 52. RGB value is (50,70,82). Sum of RGB (Red+Green+Blue) = 50+70+82=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #324652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324652 is #CDB9AD. Grayscale: #414141. Windows color (decimal): -13482414 or 5391922. OLE color: 5391922.

HSL color Cylindrical-coordinate representation of color #324652: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324652 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 70 82 -
CMYK 0.39 0.15 0 0.68
HSL 202.5º 0.24% 0.26% -
HSV(B) 202.5º 0.39% 0.32% -
XYZ 5.03 5.67 8.81 -
YUV 65.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 50 70 82 0.39 0.15 0 0.68 202.5 0.24 0.26
Hex 32 46 52 27 F 0 44 CA 18 1A
Octal 62 106 122 47 17 0 104 312 30 32
Binary 110010 1000110 1010010 100111 1111 0 1000100 11001010 11000 11010

Color Harmonies of #324652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324652

Black with #324652

Text Example


Text Example

White with #324652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324652; }

 p { color: rgb(50,70,82); }

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

background-color css

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

 a { background-color: rgb(50,70,82); }

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

border-color css

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

 span { border-color: rgb(50,70,82); }

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