Html Css Color HEX #323D71 Resolution Blue

📋 copy color: '#323D71'

red 50 ◦ green 61 ◦ blue 113

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

Shades of Resolution Blue #323D71

Tints of Resolution Blue #323D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

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

R = 22.32%
G = 27.23%
B = 50.45%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323D71 (or 0x323D71) is known color: Resolution Blue. HEX triplet: 32, 3D and 71. RGB value is (50,61,113). Sum of RGB (Red+Green+Blue) = 50+61+113=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #323D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D71 is #CDC28E. Grayscale: #3F3F3F. Windows color (decimal): -13484687 or 7421234. OLE color: 7421234.

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

Color convert

RGB 50 61 113 -
CMYK 0.56 0.46 0 0.56
HSL 229.52º 0.39% 0.32% -
HSV(B) 229.52º 0.56% 0.44% -
XYZ 5.96 5.21 16.31 -
YUV 63.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 50 61 113 0.56 0.46 0 0.56 229.52 0.39 0.32
Hex 32 3D 71 38 2E 0 38 E6 27 20
Octal 62 75 161 70 56 0 70 346 47 40
Binary 110010 111101 1110001 111000 101110 0 111000 11100110 100111 100000

Color Harmonies of #323D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D71

Black with #323D71

Text Example


Text Example

White with #323D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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