Html Css Color HEX #324371 Resolution Blue

📋 copy color: '#324371'

red 50 ◦ green 67 ◦ blue 113

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

Shades of Resolution Blue #324371

Tints of Resolution Blue #324371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 21.74%
G = 29.13%
B = 49.13%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324371 (or 0x324371) is known color: Resolution Blue. HEX triplet: 32, 43 and 71. RGB value is (50,67,113). Sum of RGB (Red+Green+Blue) = 50+67+113=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #324371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324371 is #CDBC8E. Grayscale: #424242. Windows color (decimal): -13483151 or 7422770. OLE color: 7422770.

HSL color Cylindrical-coordinate representation of color #324371: hue angle of 223.81º 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 #324371 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 67 113 -
CMYK 0.56 0.41 0 0.56
HSL 223.81º 0.39% 0.32% -
HSV(B) 223.81º 0.56% 0.44% -
XYZ 6.3 5.88 16.43 -
YUV 67.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 50 67 113 0.56 0.41 0 0.56 223.81 0.39 0.32
Hex 32 43 71 38 29 0 38 E0 27 20
Octal 62 103 161 70 51 0 70 340 47 40
Binary 110010 1000011 1110001 111000 101001 0 111000 11100000 100111 100000

Color Harmonies of #324371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324371

Black with #324371

Text Example


Text Example

White with #324371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324371; }

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

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

background-color css

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

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

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

border-color css

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

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

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