Html Css Color HEX #324477 Resolution Blue

📋 copy color: '#324477'

red 50 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #324477

Tints of Resolution Blue #324477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 21.1%
G = 28.69%
B = 50.21%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324477 (or 0x324477) is known color: Resolution Blue. HEX triplet: 32, 44 and 77. RGB value is (50,68,119). Sum of RGB (Red+Green+Blue) = 50+68+119=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #324477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324477 is #CDBB88. Grayscale: #444444. Windows color (decimal): -13482889 or 7816242. OLE color: 7816242.

HSL color Cylindrical-coordinate representation of color #324477: hue angle of 224.35º 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 #324477 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 68 119 -
CMYK 0.58 0.43 0 0.53
HSL 224.35º 0.41% 0.33% -
HSV(B) 224.35º 0.58% 0.47% -
XYZ 6.71 6.14 18.28 -
YUV 68.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 50 68 119 0.58 0.43 0 0.53 224.35 0.41 0.33
Hex 32 44 77 3A 2B 0 35 E0 29 21
Octal 62 104 167 72 53 0 65 340 51 41
Binary 110010 1000100 1110111 111010 101011 0 110101 11100000 101001 100001

Color Harmonies of #324477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324477

Black with #324477

Text Example


Text Example

White with #324477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324477; }

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

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

background-color css

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

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

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

border-color css

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

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

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