Html Css Color HEX #323E73 Resolution Blue

📋 copy color: '#323E73'

red 50 ◦ green 62 ◦ blue 115

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

Shades of Resolution Blue #323E73

Tints of Resolution Blue #323E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

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

R = 22.03%
G = 27.31%
B = 50.66%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323E73 (or 0x323E73) is known color: Resolution Blue. HEX triplet: 32, 3E and 73. RGB value is (50,62,115). Sum of RGB (Red+Green+Blue) = 50+62+115=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #323E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E73 is #CDC18C. Grayscale: #404040. Windows color (decimal): -13484429 or 7552562. OLE color: 7552562.

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

Color convert

RGB 50 62 115 -
CMYK 0.57 0.46 0 0.55
HSL 228.92º 0.39% 0.32% -
HSV(B) 228.92º 0.57% 0.45% -
XYZ 6.13 5.36 16.93 -
YUV 64.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 50 62 115 0.57 0.46 0 0.55 228.92 0.39 0.32
Hex 32 3E 73 39 2E 0 37 E5 27 20
Octal 62 76 163 71 56 0 67 345 47 40
Binary 110010 111110 1110011 111001 101110 0 110111 11100101 100111 100000

Color Harmonies of #323E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E73

Black with #323E73

Text Example


Text Example

White with #323E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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