Html Css Color HEX #324475 Resolution Blue

📋 copy color: '#324475'

red 50 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #324475

Tints of Resolution Blue #324475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 21.28%
G = 28.94%
B = 49.79%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324475 (or 0x324475) is known color: Resolution Blue. HEX triplet: 32, 44 and 75. RGB value is (50,68,117). Sum of RGB (Red+Green+Blue) = 50+68+117=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #324475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324475 is #CDBB8A. Grayscale: #434343. Windows color (decimal): -13482891 or 7685170. OLE color: 7685170.

HSL color Cylindrical-coordinate representation of color #324475: hue angle of 223.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324475 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 68 117 -
CMYK 0.57 0.42 0 0.54
HSL 223.88º 0.4% 0.33% -
HSV(B) 223.88º 0.57% 0.46% -
XYZ 6.59 6.1 17.66 -
YUV 68.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 50 68 117 0.57 0.42 0 0.54 223.88 0.4 0.33
Hex 32 44 75 39 2A 0 36 E0 28 21
Octal 62 104 165 71 52 0 66 340 50 41
Binary 110010 1000100 1110101 111001 101010 0 110110 11100000 101000 100001

Color Harmonies of #324475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324475

Black with #324475

Text Example


Text Example

White with #324475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324475; }

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

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

background-color css

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

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

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

border-color css

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

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

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