Html Css Color HEX #324874 Resolution Blue

📋 copy color: '#324874'

red 50 ◦ green 72 ◦ blue 116

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

Shades of Resolution Blue #324874

Tints of Resolution Blue #324874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 21.01%
G = 30.25%
B = 48.74%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324874 (or 0x324874) is known color: Resolution Blue. HEX triplet: 32, 48 and 74. RGB value is (50,72,116). Sum of RGB (Red+Green+Blue) = 50+72+116=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #324874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324874 is #CDB78B. Grayscale: #464646. Windows color (decimal): -13481868 or 7620658. OLE color: 7620658.

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

Color convert

RGB 50 72 116 -
CMYK 0.57 0.38 0 0.55
HSL 220º 0.4% 0.33% -
HSV(B) 220º 0.57% 0.45% -
XYZ 6.79 6.57 17.43 -
YUV 70.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 50 72 116 0.57 0.38 0 0.55 220 0.4 0.33
Hex 32 48 74 39 26 0 37 DC 28 21
Octal 62 110 164 71 46 0 67 334 50 41
Binary 110010 1001000 1110100 111001 100110 0 110111 11011100 101000 100001

Color Harmonies of #324874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324874

Black with #324874

Text Example


Text Example

White with #324874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324874; }

 p { color: rgb(50,72,116); }

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

background-color css

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

 a { background-color: rgb(50,72,116); }

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

border-color css

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

 span { border-color: rgb(50,72,116); }

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