Html Css Color HEX #403468 Minsk

📋 copy color: '#403468'

red 64 ◦ green 52 ◦ blue 104

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

Shades of Minsk #403468

Tints of Minsk #403468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 29.09%
G = 23.64%
B = 47.27%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403468 (or 0x403468) is known color: Minsk. HEX triplet: 40, 34 and 68. RGB value is (64,52,104). Sum of RGB (Red+Green+Blue) = 64+52+104=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #403468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403468 is #BFCB97. Grayscale: #3D3D3D. Windows color (decimal): -12569496 or 6829120. OLE color: 6829120.

HSL color Cylindrical-coordinate representation of color #403468: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403468 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 52 104 -
CMYK 0.38 0.50 0 0.59
HSL 253.85º 0.33% 0.31% -
HSV(B) 253.85º 0.5% 0.41% -
XYZ 5.84 4.55 13.67 -
YUV 61.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 64 52 104 0.38 0.50 0 0.59 253.85 0.33 0.31
Hex 40 34 68 26 32 0 3B FE 21 1F
Octal 100 64 150 46 62 0 73 376 41 37
Binary 1000000 110100 1101000 100110 110010 0 111011 11111110 100001 11111

Color Harmonies of #403468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403468

Black with #403468

Text Example


Text Example

White with #403468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403468; }

 p { color: rgb(64,52,104); }

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

background-color css

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

 a { background-color: rgb(64,52,104); }

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

border-color css

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

 span { border-color: rgb(64,52,104); }

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