Html Css Color HEX #324271 Resolution Blue

📋 copy color: '#324271'

red 50 ◦ green 66 ◦ blue 113

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

Shades of Resolution Blue #324271

Tints of Resolution Blue #324271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 21.83%
G = 28.82%
B = 49.34%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324271 (or 0x324271) is known color: Resolution Blue. HEX triplet: 32, 42 and 71. RGB value is (50,66,113). Sum of RGB (Red+Green+Blue) = 50+66+113=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #324271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324271 is #CDBD8E. Grayscale: #424242. Windows color (decimal): -13483407 or 7422514. OLE color: 7422514.

HSL color Cylindrical-coordinate representation of color #324271: hue angle of 224.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324271 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 66 113 -
CMYK 0.56 0.42 0 0.56
HSL 224.76º 0.39% 0.32% -
HSV(B) 224.76º 0.56% 0.44% -
XYZ 6.24 5.77 16.41 -
YUV 66.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 50 66 113 0.56 0.42 0 0.56 224.76 0.39 0.32
Hex 32 42 71 38 2A 0 38 E1 27 20
Octal 62 102 161 70 52 0 70 341 47 40
Binary 110010 1000010 1110001 111000 101010 0 111000 11100001 100111 100000

Color Harmonies of #324271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324271

Black with #324271

Text Example


Text Example

White with #324271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324271; }

 p { color: rgb(50,66,113); }

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

background-color css

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

 a { background-color: rgb(50,66,113); }

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

border-color css

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

 span { border-color: rgb(50,66,113); }

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