Html Css Color HEX #323E7D Resolution Blue

📋 copy color: '#323E7D'

red 50 ◦ green 62 ◦ blue 125

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

Shades of Resolution Blue #323E7D

Tints of Resolution Blue #323E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 21.1%
G = 26.16%
B = 52.74%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#323E7D (or 0x323E7D) is known color: Resolution Blue. HEX triplet: 32, 3E and 7D. RGB value is (50,62,125). Sum of RGB (Red+Green+Blue) = 50+62+125=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #323E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E7D is #CDC182. Grayscale: #414141. Windows color (decimal): -13484419 or 8207922. OLE color: 8207922.

HSL color Cylindrical-coordinate representation of color #323E7D: hue angle of 230.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323E7D is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 62 125 -
CMYK 0.60 0.50 0 0.51
HSL 230.4º 0.43% 0.34% -
HSV(B) 230.4º 0.6% 0.49% -
XYZ 6.74 5.6 20.13 -
YUV 65.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 50 62 125 0.60 0.50 0 0.51 230.4 0.43 0.34
Hex 32 3E 7D 3C 32 0 33 E6 2B 22
Octal 62 76 175 74 62 0 63 346 53 42
Binary 110010 111110 1111101 111100 110010 0 110011 11100110 101011 100010

Color Harmonies of #323E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E7D

Black with #323E7D

Text Example


Text Example

White with #323E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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