Html Css Color HEX #324775 Resolution Blue

📋 copy color: '#324775'

red 50 ◦ green 71 ◦ blue 117

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

Shades of Resolution Blue #324775

Tints of Resolution Blue #324775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

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

R = 21.01%
G = 29.83%
B = 49.16%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324775 (or 0x324775) is known color: Resolution Blue. HEX triplet: 32, 47 and 75. RGB value is (50,71,117). Sum of RGB (Red+Green+Blue) = 50+71+117=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #324775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324775 is #CDB88A. Grayscale: #454545. Windows color (decimal): -13482123 or 7685938. OLE color: 7685938.

HSL color Cylindrical-coordinate representation of color #324775: hue angle of 221.19º 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 #324775 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 71 117 -
CMYK 0.57 0.39 0 0.54
HSL 221.19º 0.4% 0.33% -
HSV(B) 221.19º 0.57% 0.46% -
XYZ 6.78 6.47 17.72 -
YUV 69.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 50 71 117 0.57 0.39 0 0.54 221.19 0.4 0.33
Hex 32 47 75 39 27 0 36 DD 28 21
Octal 62 107 165 71 47 0 66 335 50 41
Binary 110010 1000111 1110101 111001 100111 0 110110 11011101 101000 100001

Color Harmonies of #324775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324775

Black with #324775

Text Example


Text Example

White with #324775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324775; }

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

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

background-color css

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

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

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

border-color css

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

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

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