Html Css Color HEX #403274 Minsk

📋 copy color: '#403274'

red 64 ◦ green 50 ◦ blue 116

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

Shades of Minsk #403274

Tints of Minsk #403274

RGB

 RED value IS 64 (25.39% from 255) = 27.83%

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

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 27.83%
G = 21.74%
B = 50.43%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403274 (or 0x403274) is known color: Minsk. HEX triplet: 40, 32 and 74. RGB value is (64,50,116). Sum of RGB (Red+Green+Blue) = 64+50+116=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #403274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403274 is #BFCD8B. Grayscale: #3D3D3D. Windows color (decimal): -12569996 or 7615040. OLE color: 7615040.

HSL color Cylindrical-coordinate representation of color #403274: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403274 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 50 116 -
CMYK 0.45 0.57 0 0.55
HSL 252.73º 0.4% 0.33% -
HSV(B) 252.73º 0.57% 0.45% -
XYZ 6.41 4.63 17.08 -
YUV 61.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 64 50 116 0.45 0.57 0 0.55 252.73 0.4 0.33
Hex 40 32 74 2D 39 0 37 FD 28 21
Octal 100 62 164 55 71 0 67 375 50 41
Binary 1000000 110010 1110100 101101 111001 0 110111 11111101 101000 100001

Color Harmonies of #403274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403274

Black with #403274

Text Example


Text Example

White with #403274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403274; }

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

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

background-color css

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

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

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

border-color css

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

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

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