Html Css Color HEX #42356A Minsk

📋 copy color: '#42356A'

red 66 ◦ green 53 ◦ blue 106

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

Shades of Minsk #42356A

Tints of Minsk #42356A

RGB

 RED value IS 66 (26.17% from 255) = 29.33%

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 106 (41.8% from 255) = 47.11%

R = 29.33%
G = 23.56%
B = 47.11%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42356A (or 0x42356A) is known color: Minsk. HEX triplet: 42, 35 and 6A. RGB value is (66,53,106). Sum of RGB (Red+Green+Blue) = 66+53+106=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #42356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356A is #BDCA95. Grayscale: #3E3E3E. Windows color (decimal): -12438166 or 6960450. OLE color: 6960450.

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

Color convert

RGB 66 53 106 -
CMYK 0.38 0.5 0 0.58
HSL 254.72º 0.33% 0.31% -
HSV(B) 254.72º 0.5% 0.42% -
XYZ 6.12 4.75 14.23 -
YUV 62.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 66 53 106 0.38 0.5 0 0.58 254.72 0.33 0.31
Hex 42 35 6A 26 32 0 3A FF 21 1F
Octal 102 65 152 46 62 0 72 377 41 37
Binary 1000010 110101 1101010 100110 110010 0 111010 11111111 100001 11111

Color Harmonies of #42356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42356A

Black with #42356A

Text Example


Text Example

White with #42356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42356A; }

 p { color: rgb(66,53,106); }

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

background-color css

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

 a { background-color: rgb(66,53,106); }

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

border-color css

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

 span { border-color: rgb(66,53,106); }

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