Html Css Color HEX #324671 Resolution Blue

📋 copy color: '#324671'

red 50 ◦ green 70 ◦ blue 113

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

Shades of Resolution Blue #324671

Tints of Resolution Blue #324671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 21.46%
G = 30.04%
B = 48.5%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324671 (or 0x324671) is known color: Resolution Blue. HEX triplet: 32, 46 and 71. RGB value is (50,70,113). Sum of RGB (Red+Green+Blue) = 50+70+113=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #324671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324671 is #CDB98E. Grayscale: #444444. Windows color (decimal): -13482383 or 7423538. OLE color: 7423538.

HSL color Cylindrical-coordinate representation of color #324671: hue angle of 220.95º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324671 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 70 113 -
CMYK 0.56 0.38 0 0.56
HSL 220.95º 0.39% 0.32% -
HSV(B) 220.95º 0.56% 0.44% -
XYZ 6.49 6.25 16.49 -
YUV 68.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 50 70 113 0.56 0.38 0 0.56 220.95 0.39 0.32
Hex 32 46 71 38 26 0 38 DD 27 20
Octal 62 106 161 70 46 0 70 335 47 40
Binary 110010 1000110 1110001 111000 100110 0 111000 11011101 100111 100000

Color Harmonies of #324671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324671

Black with #324671

Text Example


Text Example

White with #324671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324671; }

 p { color: rgb(50,70,113); }

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

background-color css

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

 a { background-color: rgb(50,70,113); }

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

border-color css

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

 span { border-color: rgb(50,70,113); }

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