Html Css Color HEX #324580 Resolution Blue

📋 copy color: '#324580'

red 50 ◦ green 69 ◦ blue 128

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

Shades of Resolution Blue #324580

Tints of Resolution Blue #324580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 20.24%
G = 27.94%
B = 51.82%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#324580 (or 0x324580) is known color: Resolution Blue. HEX triplet: 32, 45 and 80. RGB value is (50,69,128). Sum of RGB (Red+Green+Blue) = 50+69+128=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #324580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324580 is #CDBA7F. Grayscale: #454545. Windows color (decimal): -13482624 or 8406322. OLE color: 8406322.

HSL color Cylindrical-coordinate representation of color #324580: hue angle of 225.38º 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 #324580 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 69 128 -
CMYK 0.61 0.46 0 0.50
HSL 225.38º 0.44% 0.35% -
HSV(B) 225.38º 0.61% 0.5% -
XYZ 7.34 6.49 21.29 -
YUV 70.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 50 69 128 0.61 0.46 0 0.50 225.38 0.44 0.35
Hex 32 45 80 3D 2E 0 32 E1 2C 23
Octal 62 105 200 75 56 0 62 341 54 43
Binary 110010 1000101 10000000 111101 101110 0 110010 11100001 101100 100011

Color Harmonies of #324580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324580

Black with #324580

Text Example


Text Example

White with #324580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324580; }

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

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

background-color css

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

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

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

border-color css

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

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

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