Html Css Color HEX #323F77 Resolution Blue

📋 copy color: '#323F77'

red 50 ◦ green 63 ◦ blue 119

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

Shades of Resolution Blue #323F77

Tints of Resolution Blue #323F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 21.55%
G = 27.16%
B = 51.29%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323F77 (or 0x323F77) is known color: Resolution Blue. HEX triplet: 32, 3F and 77. RGB value is (50,63,119). Sum of RGB (Red+Green+Blue) = 50+63+119=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #323F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F77 is #CDC088. Grayscale: #414141. Windows color (decimal): -13484169 or 7814962. OLE color: 7814962.

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

Color convert

RGB 50 63 119 -
CMYK 0.58 0.47 0 0.53
HSL 228.7º 0.41% 0.33% -
HSV(B) 228.7º 0.58% 0.47% -
XYZ 6.42 5.57 18.19 -
YUV 65.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 50 63 119 0.58 0.47 0 0.53 228.7 0.41 0.33
Hex 32 3F 77 3A 2F 0 35 E5 29 21
Octal 62 77 167 72 57 0 65 345 51 41
Binary 110010 111111 1110111 111010 101111 0 110101 11100101 101001 100001

Color Harmonies of #323F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F77

Black with #323F77

Text Example


Text Example

White with #323F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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