Html Css Color HEX #42386D Minsk

📋 copy color: '#42386D'

red 66 ◦ green 56 ◦ blue 109

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

Shades of Minsk #42386D

Tints of Minsk #42386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 28.57%
G = 24.24%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42386D (or 0x42386D) is known color: Minsk. HEX triplet: 42, 38 and 6D. RGB value is (66,56,109). Sum of RGB (Red+Green+Blue) = 66+56+109=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #42386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386D is #BDC792. Grayscale: #404040. Windows color (decimal): -12437395 or 7157826. OLE color: 7157826.

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

Color convert

RGB 66 56 109 -
CMYK 0.39 0.49 0 0.57
HSL 251.32º 0.32% 0.32% -
HSV(B) 251.32º 0.49% 0.43% -
XYZ 6.42 5.09 15.11 -
YUV 65.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 66 56 109 0.39 0.49 0 0.57 251.32 0.32 0.32
Hex 42 38 6D 27 31 0 39 FB 20 20
Octal 102 70 155 47 61 0 71 373 40 40
Binary 1000010 111000 1101101 100111 110001 0 111001 11111011 100000 100000

Color Harmonies of #42386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42386D

Black with #42386D

Text Example


Text Example

White with #42386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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