Html Css Color HEX #42386C Minsk

📋 copy color: '#42386C'

red 66 ◦ green 56 ◦ blue 108

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

Shades of Minsk #42386C

Tints of Minsk #42386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 28.7%
G = 24.35%
B = 46.96%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42386C (or 0x42386C) is known color: Minsk. HEX triplet: 42, 38 and 6C. RGB value is (66,56,108). Sum of RGB (Red+Green+Blue) = 66+56+108=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #42386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386C is #BDC793. Grayscale: #404040. Windows color (decimal): -12437396 or 7092290. OLE color: 7092290.

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

Color convert

RGB 66 56 108 -
CMYK 0.39 0.48 0 0.58
HSL 251.54º 0.32% 0.32% -
HSV(B) 251.54º 0.48% 0.42% -
XYZ 6.37 5.07 14.83 -
YUV 64.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 66 56 108 0.39 0.48 0 0.58 251.54 0.32 0.32
Hex 42 38 6C 27 30 0 3A FC 20 20
Octal 102 70 154 47 60 0 72 374 40 40
Binary 1000010 111000 1101100 100111 110000 0 111010 11111100 100000 100000

Color Harmonies of #42386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42386C

Black with #42386C

Text Example


Text Example

White with #42386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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