Html Css Color HEX #42396D Minsk

📋 copy color: '#42396D'

red 66 ◦ green 57 ◦ blue 109

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

Shades of Minsk #42396D

Tints of Minsk #42396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 28.45%
G = 24.57%
B = 46.98%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42396D (or 0x42396D) is known color: Minsk. HEX triplet: 42, 39 and 6D. RGB value is (66,57,109). Sum of RGB (Red+Green+Blue) = 66+57+109=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #42396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42396D is #BDC692. Grayscale: #414141. Windows color (decimal): -12437139 or 7158082. OLE color: 7158082.

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

Color convert

RGB 66 57 109 -
CMYK 0.39 0.48 0 0.57
HSL 250.38º 0.31% 0.33% -
HSV(B) 250.38º 0.48% 0.43% -
XYZ 6.47 5.19 15.13 -
YUV 65.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 66 57 109 0.39 0.48 0 0.57 250.38 0.31 0.33
Hex 42 39 6D 27 30 0 39 FA 1F 21
Octal 102 71 155 47 60 0 71 372 37 41
Binary 1000010 111001 1101101 100111 110000 0 111001 11111010 11111 100001

Color Harmonies of #42396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42396D

Black with #42396D

Text Example


Text Example

White with #42396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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