Html Css Color HEX #42356C Minsk

📋 copy color: '#42356C'

red 66 ◦ green 53 ◦ blue 108

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

Shades of Minsk #42356C

Tints of Minsk #42356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 29.07%
G = 23.35%
B = 47.58%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42356C (or 0x42356C) is known color: Minsk. HEX triplet: 42, 35 and 6C. RGB value is (66,53,108). Sum of RGB (Red+Green+Blue) = 66+53+108=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #42356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356C is #BDCA93. Grayscale: #3E3E3E. Windows color (decimal): -12438164 or 7091522. OLE color: 7091522.

HSL color Cylindrical-coordinate representation of color #42356C: hue angle of 254.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42356C is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 53 108 -
CMYK 0.39 0.51 0 0.58
HSL 254.18º 0.34% 0.32% -
HSV(B) 254.18º 0.51% 0.42% -
XYZ 6.23 4.79 14.78 -
YUV 63.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 66 53 108 0.39 0.51 0 0.58 254.18 0.34 0.32
Hex 42 35 6C 27 33 0 3A FE 22 20
Octal 102 65 154 47 63 0 72 376 42 40
Binary 1000010 110101 1101100 100111 110011 0 111010 11111110 100010 100000

Color Harmonies of #42356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42356C

Black with #42356C

Text Example


Text Example

White with #42356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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