Html Css Color HEX #324480 Resolution Blue

📋 copy color: '#324480'

red 50 ◦ green 68 ◦ blue 128

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

Shades of Resolution Blue #324480

Tints of Resolution Blue #324480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 20.33%
G = 27.64%
B = 52.03%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#324480 (or 0x324480) is known color: Resolution Blue. HEX triplet: 32, 44 and 80. RGB value is (50,68,128). Sum of RGB (Red+Green+Blue) = 50+68+128=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #324480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324480 is #CDBB7F. Grayscale: #454545. Windows color (decimal): -13482880 or 8406066. OLE color: 8406066.

HSL color Cylindrical-coordinate representation of color #324480: hue angle of 226.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324480 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 68 128 -
CMYK 0.61 0.47 0 0.50
HSL 226.15º 0.44% 0.35% -
HSV(B) 226.15º 0.61% 0.5% -
XYZ 7.28 6.37 21.27 -
YUV 69.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 50 68 128 0.61 0.47 0 0.50 226.15 0.44 0.35
Hex 32 44 80 3D 2F 0 32 E2 2C 23
Octal 62 104 200 75 57 0 62 342 54 43
Binary 110010 1000100 10000000 111101 101111 0 110010 11100010 101100 100011

Color Harmonies of #324480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324480

Black with #324480

Text Example


Text Example

White with #324480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324480; }

 p { color: rgb(50,68,128); }

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

background-color css

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

 a { background-color: rgb(50,68,128); }

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

border-color css

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

 span { border-color: rgb(50,68,128); }

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