Html Css Color HEX #42366C Minsk

📋 copy color: '#42366C'

red 66 ◦ green 54 ◦ blue 108

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

Shades of Minsk #42366C

Tints of Minsk #42366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 28.95%
G = 23.68%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42366C (or 0x42366C) is known color: Minsk. HEX triplet: 42, 36 and 6C. RGB value is (66,54,108). Sum of RGB (Red+Green+Blue) = 66+54+108=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #42366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42366C is #BDC993. Grayscale: #3F3F3F. Windows color (decimal): -12437908 or 7091778. OLE color: 7091778.

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

Color convert

RGB 66 54 108 -
CMYK 0.39 0.50 0 0.58
HSL 253.33º 0.33% 0.32% -
HSV(B) 253.33º 0.5% 0.42% -
XYZ 6.27 4.88 14.8 -
YUV 63.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 66 54 108 0.39 0.50 0 0.58 253.33 0.33 0.32
Hex 42 36 6C 27 32 0 3A FD 21 20
Octal 102 66 154 47 62 0 72 375 41 40
Binary 1000010 110110 1101100 100111 110010 0 111010 11111101 100001 100000

Color Harmonies of #42366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42366C

Black with #42366C

Text Example


Text Example

White with #42366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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