Html Css Color HEX #323E74 Resolution Blue

📋 copy color: '#323E74'

red 50 ◦ green 62 ◦ blue 116

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

Shades of Resolution Blue #323E74

Tints of Resolution Blue #323E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 21.93%
G = 27.19%
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

#323E74 (or 0x323E74) is known color: Resolution Blue. HEX triplet: 32, 3E and 74. RGB value is (50,62,116). Sum of RGB (Red+Green+Blue) = 50+62+116=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #323E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E74 is #CDC18B. Grayscale: #404040. Windows color (decimal): -13484428 or 7618098. OLE color: 7618098.

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

Color convert

RGB 50 62 116 -
CMYK 0.57 0.47 0 0.55
HSL 229.09º 0.4% 0.33% -
HSV(B) 229.09º 0.57% 0.45% -
XYZ 6.19 5.38 17.24 -
YUV 64.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 50 62 116 0.57 0.47 0 0.55 229.09 0.4 0.33
Hex 32 3E 74 39 2F 0 37 E5 28 21
Octal 62 76 164 71 57 0 67 345 50 41
Binary 110010 111110 1110100 111001 101111 0 110111 11100101 101000 100001

Color Harmonies of #323E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E74

Black with #323E74

Text Example


Text Example

White with #323E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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