Html Css Color HEX #324375 Resolution Blue

📋 copy color: '#324375'

red 50 ◦ green 67 ◦ blue 117

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

Shades of Resolution Blue #324375

Tints of Resolution Blue #324375

RGB

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

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

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

R = 21.37%
G = 28.63%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324375 (or 0x324375) is known color: Resolution Blue. HEX triplet: 32, 43 and 75. RGB value is (50,67,117). Sum of RGB (Red+Green+Blue) = 50+67+117=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #324375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324375 is #CDBC8A. Grayscale: #434343. Windows color (decimal): -13483147 or 7684914. OLE color: 7684914.

HSL color Cylindrical-coordinate representation of color #324375: hue angle of 224.78º 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 #324375 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 67 117 -
CMYK 0.57 0.43 0 0.54
HSL 224.78º 0.4% 0.33% -
HSV(B) 224.78º 0.57% 0.46% -
XYZ 6.53 5.98 17.64 -
YUV 67.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 50 67 117 0.57 0.43 0 0.54 224.78 0.4 0.33
Hex 32 43 75 39 2B 0 36 E1 28 21
Octal 62 103 165 71 53 0 66 341 50 41
Binary 110010 1000011 1110101 111001 101011 0 110110 11100001 101000 100001

Color Harmonies of #324375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324375

Black with #324375

Text Example


Text Example

White with #324375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324375; }

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

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

background-color css

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

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

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

border-color css

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

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

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