Html Css Color HEX #324177 Resolution Blue

📋 copy color: '#324177'

red 50 ◦ green 65 ◦ blue 119

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

Shades of Resolution Blue #324177

Tints of Resolution Blue #324177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 21.37%
G = 27.78%
B = 50.85%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324177 (or 0x324177) is known color: Resolution Blue. HEX triplet: 32, 41 and 77. RGB value is (50,65,119). Sum of RGB (Red+Green+Blue) = 50+65+119=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #324177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324177 is #CDBE88. Grayscale: #424242. Windows color (decimal): -13483657 or 7815474. OLE color: 7815474.

HSL color Cylindrical-coordinate representation of color #324177: hue angle of 226.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324177 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 65 119 -
CMYK 0.58 0.45 0 0.53
HSL 226.96º 0.41% 0.33% -
HSV(B) 226.96º 0.58% 0.47% -
XYZ 6.54 5.79 18.23 -
YUV 66.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 50 65 119 0.58 0.45 0 0.53 226.96 0.41 0.33
Hex 32 41 77 3A 2D 0 35 E3 29 21
Octal 62 101 167 72 55 0 65 343 51 41
Binary 110010 1000001 1110111 111010 101101 0 110101 11100011 101001 100001

Color Harmonies of #324177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324177

Black with #324177

Text Example


Text Example

White with #324177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324177; }

 p { color: rgb(50,65,119); }

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

background-color css

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

 a { background-color: rgb(50,65,119); }

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

border-color css

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

 span { border-color: rgb(50,65,119); }

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