Html Css Color HEX #42386E Minsk

📋 copy color: '#42386E'

red 66 ◦ green 56 ◦ blue 110

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

Shades of Minsk #42386E

Tints of Minsk #42386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 28.45%
G = 24.14%
B = 47.41%

CMYK

 C value IS 0.4

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42386E (or 0x42386E) is known color: Minsk. HEX triplet: 42, 38 and 6E. RGB value is (66,56,110). Sum of RGB (Red+Green+Blue) = 66+56+110=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #42386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386E is #BDC791. Grayscale: #404040. Windows color (decimal): -12437394 or 7223362. OLE color: 7223362.

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

Color convert

RGB 66 56 110 -
CMYK 0.4 0.49 0 0.57
HSL 251.11º 0.33% 0.33% -
HSV(B) 251.11º 0.49% 0.43% -
XYZ 6.48 5.11 15.4 -
YUV 65.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 66 56 110 0.4 0.49 0 0.57 251.11 0.33 0.33
Hex 42 38 6E 28 31 0 39 FB 21 21
Octal 102 70 156 50 61 0 71 373 41 41
Binary 1000010 111000 1101110 101000 110001 0 111001 11111011 100001 100001

Color Harmonies of #42386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42386E

Black with #42386E

Text Example


Text Example

White with #42386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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