Html Css Color HEX #324377 Resolution Blue

📋 copy color: '#324377'

red 50 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #324377

Tints of Resolution Blue #324377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 21.19%
G = 28.39%
B = 50.42%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324377 (or 0x324377) is known color: Resolution Blue. HEX triplet: 32, 43 and 77. RGB value is (50,67,119). Sum of RGB (Red+Green+Blue) = 50+67+119=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #324377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324377 is #CDBC88. Grayscale: #434343. Windows color (decimal): -13483145 or 7815986. OLE color: 7815986.

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

Color convert

RGB 50 67 119 -
CMYK 0.58 0.44 0 0.53
HSL 225.22º 0.41% 0.33% -
HSV(B) 225.22º 0.58% 0.47% -
XYZ 6.65 6.02 18.26 -
YUV 67.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 50 67 119 0.58 0.44 0 0.53 225.22 0.41 0.33
Hex 32 43 77 3A 2C 0 35 E1 29 21
Octal 62 103 167 72 54 0 65 341 51 41
Binary 110010 1000011 1110111 111010 101100 0 110101 11100001 101001 100001

Color Harmonies of #324377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324377

Black with #324377

Text Example


Text Example

White with #324377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324377; }

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

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

background-color css

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

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

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

border-color css

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

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

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