Html Css Color HEX #42356F Minsk

📋 copy color: '#42356F'

red 66 ◦ green 53 ◦ blue 111

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

Shades of Minsk #42356F

Tints of Minsk #42356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 28.7%
G = 23.04%
B = 48.26%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42356F (or 0x42356F) is known color: Minsk. HEX triplet: 42, 35 and 6F. RGB value is (66,53,111). Sum of RGB (Red+Green+Blue) = 66+53+111=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #42356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356F is #BDCA90. Grayscale: #3F3F3F. Windows color (decimal): -12438161 or 7288130. OLE color: 7288130.

HSL color Cylindrical-coordinate representation of color #42356F: hue angle of 253.45º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42356F is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 53 111 -
CMYK 0.41 0.52 0 0.56
HSL 253.45º 0.35% 0.32% -
HSV(B) 253.45º 0.52% 0.44% -
XYZ 6.39 4.85 15.64 -
YUV 63.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 66 53 111 0.41 0.52 0 0.56 253.45 0.35 0.32
Hex 42 35 6F 29 34 0 38 FD 23 20
Octal 102 65 157 51 64 0 70 375 43 40
Binary 1000010 110101 1101111 101001 110100 0 111000 11111101 100011 100000

Color Harmonies of #42356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42356F

Black with #42356F

Text Example


Text Example

White with #42356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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