Html Css Color HEX #323D73 Resolution Blue

📋 copy color: '#323D73'

red 50 ◦ green 61 ◦ blue 115

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

Shades of Resolution Blue #323D73

Tints of Resolution Blue #323D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 22.12%
G = 26.99%
B = 50.88%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323D73 (or 0x323D73) is known color: Resolution Blue. HEX triplet: 32, 3D and 73. RGB value is (50,61,115). Sum of RGB (Red+Green+Blue) = 50+61+115=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #323D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D73 is #CDC28C. Grayscale: #3F3F3F. Windows color (decimal): -13484685 or 7552306. OLE color: 7552306.

HSL color Cylindrical-coordinate representation of color #323D73: hue angle of 229.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323D73 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 61 115 -
CMYK 0.57 0.47 0 0.55
HSL 229.85º 0.39% 0.32% -
HSV(B) 229.85º 0.57% 0.45% -
XYZ 6.08 5.25 16.91 -
YUV 63.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 50 61 115 0.57 0.47 0 0.55 229.85 0.39 0.32
Hex 32 3D 73 39 2F 0 37 E6 27 20
Octal 62 75 163 71 57 0 67 346 47 40
Binary 110010 111101 1110011 111001 101111 0 110111 11100110 100111 100000

Color Harmonies of #323D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D73

Black with #323D73

Text Example


Text Example

White with #323D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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