Html Css Color HEX #324473 Resolution Blue

📋 copy color: '#324473'

red 50 ◦ green 68 ◦ blue 115

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

Shades of Resolution Blue #324473

Tints of Resolution Blue #324473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.36%

R = 21.46%
G = 29.18%
B = 49.36%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324473 (or 0x324473) is known color: Resolution Blue. HEX triplet: 32, 44 and 73. RGB value is (50,68,115). Sum of RGB (Red+Green+Blue) = 50+68+115=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #324473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324473 is #CDBB8C. Grayscale: #434343. Windows color (decimal): -13482893 or 7554098. OLE color: 7554098.

HSL color Cylindrical-coordinate representation of color #324473: hue angle of 223.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324473 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 68 115 -
CMYK 0.57 0.41 0 0.55
HSL 223.38º 0.39% 0.32% -
HSV(B) 223.38º 0.57% 0.45% -
XYZ 6.48 6.05 17.05 -
YUV 67.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 50 68 115 0.57 0.41 0 0.55 223.38 0.39 0.32
Hex 32 44 73 39 29 0 37 DF 27 20
Octal 62 104 163 71 51 0 67 337 47 40
Binary 110010 1000100 1110011 111001 101001 0 110111 11011111 100111 100000

Color Harmonies of #324473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324473

Black with #324473

Text Example


Text Example

White with #324473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324473; }

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

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

background-color css

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

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

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

border-color css

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

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

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