Html Css Color HEX #323F83 Resolution Blue

📋 copy color: '#323F83'

red 50 ◦ green 63 ◦ blue 131

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

Shades of Resolution Blue #323F83

Tints of Resolution Blue #323F83

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 131 (51.56% from 255) = 53.69%

R = 20.49%
G = 25.82%
B = 53.69%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323F83 (or 0x323F83) is known color: Resolution Blue. HEX triplet: 32, 3F and 83. RGB value is (50,63,131). Sum of RGB (Red+Green+Blue) = 50+63+131=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #323F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F83 is #CDC07C. Grayscale: #424242. Windows color (decimal): -13484157 or 8601394. OLE color: 8601394.

HSL color Cylindrical-coordinate representation of color #323F83: hue angle of 230.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323F83 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 63 131 -
CMYK 0.62 0.52 0 0.49
HSL 230.37º 0.45% 0.35% -
HSV(B) 230.37º 0.62% 0.51% -
XYZ 7.19 5.87 22.23 -
YUV 66.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 50 63 131 0.62 0.52 0 0.49 230.37 0.45 0.35
Hex 32 3F 83 3E 34 0 31 E6 2D 23
Octal 62 77 203 76 64 0 61 346 55 43
Binary 110010 111111 10000011 111110 110100 0 110001 11100110 101101 100011

Color Harmonies of #323F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F83

Black with #323F83

Text Example


Text Example

White with #323F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,63,131); }

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

background-color css

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

 a { background-color: rgb(50,63,131); }

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

border-color css

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

 span { border-color: rgb(50,63,131); }

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