Html Css Color HEX #324081 Resolution Blue

📋 copy color: '#324081'

red 50 ◦ green 64 ◦ blue 129

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

Shades of Resolution Blue #324081

Tints of Resolution Blue #324081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 20.58%
G = 26.34%
B = 53.09%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324081 (or 0x324081) is known color: Resolution Blue. HEX triplet: 32, 40 and 81. RGB value is (50,64,129). Sum of RGB (Red+Green+Blue) = 50+64+129=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #324081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324081 is #CDBF7E. Grayscale: #424242. Windows color (decimal): -13483903 or 8470578. OLE color: 8470578.

HSL color Cylindrical-coordinate representation of color #324081: hue angle of 229.37º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324081 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 64 129 -
CMYK 0.61 0.50 0 0.49
HSL 229.37º 0.44% 0.35% -
HSV(B) 229.37º 0.61% 0.51% -
XYZ 7.11 5.93 21.54 -
YUV 67.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 50 64 129 0.61 0.50 0 0.49 229.37 0.44 0.35
Hex 32 40 81 3D 32 0 31 E5 2C 23
Octal 62 100 201 75 62 0 61 345 54 43
Binary 110010 1000000 10000001 111101 110010 0 110001 11100101 101100 100011

Color Harmonies of #324081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324081

Black with #324081

Text Example


Text Example

White with #324081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324081; }

 p { color: rgb(50,64,129); }

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

background-color css

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

 a { background-color: rgb(50,64,129); }

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

border-color css

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

 span { border-color: rgb(50,64,129); }

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