Html Css Color HEX #323E76 Resolution Blue

📋 copy color: '#323E76'

red 50 ◦ green 62 ◦ blue 118

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

Shades of Resolution Blue #323E76

Tints of Resolution Blue #323E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 21.74%
G = 26.96%
B = 51.3%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323E76 (or 0x323E76) is known color: Resolution Blue. HEX triplet: 32, 3E and 76. RGB value is (50,62,118). Sum of RGB (Red+Green+Blue) = 50+62+118=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #323E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E76 is #CDC189. Grayscale: #404040. Windows color (decimal): -13484426 or 7749170. OLE color: 7749170.

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

Color convert

RGB 50 62 118 -
CMYK 0.58 0.47 0 0.54
HSL 229.41º 0.4% 0.33% -
HSV(B) 229.41º 0.58% 0.46% -
XYZ 6.31 5.43 17.86 -
YUV 64.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 50 62 118 0.58 0.47 0 0.54 229.41 0.4 0.33
Hex 32 3E 76 3A 2F 0 36 E5 28 21
Octal 62 76 166 72 57 0 66 345 50 41
Binary 110010 111110 1110110 111010 101111 0 110110 11100101 101000 100001

Color Harmonies of #323E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E76

Black with #323E76

Text Example


Text Example

White with #323E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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