Html Css Color HEX #324272 Resolution Blue

📋 copy color: '#324272'

red 50 ◦ green 66 ◦ blue 114

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

Shades of Resolution Blue #324272

Tints of Resolution Blue #324272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 21.74%
G = 28.7%
B = 49.57%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324272 (or 0x324272) is known color: Resolution Blue. HEX triplet: 32, 42 and 72. RGB value is (50,66,114). Sum of RGB (Red+Green+Blue) = 50+66+114=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #324272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324272 is #CDBD8D. Grayscale: #424242. Windows color (decimal): -13483406 or 7488050. OLE color: 7488050.

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

Color convert

RGB 50 66 114 -
CMYK 0.56 0.42 0 0.55
HSL 225º 0.39% 0.32% -
HSV(B) 225º 0.56% 0.45% -
XYZ 6.3 5.79 16.7 -
YUV 66.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 50 66 114 0.56 0.42 0 0.55 225 0.39 0.32
Hex 32 42 72 38 2A 0 37 E1 27 20
Octal 62 102 162 70 52 0 67 341 47 40
Binary 110010 1000010 1110010 111000 101010 0 110111 11100001 100111 100000

Color Harmonies of #324272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324272

Black with #324272

Text Example


Text Example

White with #324272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324272; }

 p { color: rgb(50,66,114); }

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

background-color css

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

 a { background-color: rgb(50,66,114); }

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

border-color css

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

 span { border-color: rgb(50,66,114); }

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