Html Css Color HEX #324875 Resolution Blue

📋 copy color: '#324875'

red 50 ◦ green 72 ◦ blue 117

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

Shades of Resolution Blue #324875

Tints of Resolution Blue #324875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 20.92%
G = 30.13%
B = 48.95%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324875 (or 0x324875) is known color: Resolution Blue. HEX triplet: 32, 48 and 75. RGB value is (50,72,117). Sum of RGB (Red+Green+Blue) = 50+72+117=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #324875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324875 is #CDB78A. Grayscale: #464646. Windows color (decimal): -13481867 or 7686194. OLE color: 7686194.

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

Color convert

RGB 50 72 117 -
CMYK 0.57 0.38 0 0.54
HSL 220.3º 0.4% 0.33% -
HSV(B) 220.3º 0.57% 0.46% -
XYZ 6.84 6.6 17.74 -
YUV 70.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 50 72 117 0.57 0.38 0 0.54 220.3 0.4 0.33
Hex 32 48 75 39 26 0 36 DC 28 21
Octal 62 110 165 71 46 0 66 334 50 41
Binary 110010 1001000 1110101 111001 100110 0 110110 11011100 101000 100001

Color Harmonies of #324875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324875

Black with #324875

Text Example


Text Example

White with #324875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324875; }

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

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

background-color css

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

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

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

border-color css

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

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

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