Html Css Color HEX #423D60 Minsk

📋 copy color: '#423D60'

red 66 ◦ green 61 ◦ blue 96

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

Shades of Minsk #423D60

Tints of Minsk #423D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 29.6%
G = 27.35%
B = 43.05%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423D60 (or 0x423D60) is known color: Minsk. HEX triplet: 42, 3D and 60. RGB value is (66,61,96). Sum of RGB (Red+Green+Blue) = 66+61+96=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #423D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D60 is #BDC29F. Grayscale: #424242. Windows color (decimal): -12436128 or 6307138. OLE color: 6307138.

HSL color Cylindrical-coordinate representation of color #423D60: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #423D60 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 61 96 -
CMYK 0.31 0.36 0 0.62
HSL 248.57º 0.22% 0.31% -
HSV(B) 248.57º 0.36% 0.38% -
XYZ 6.03 5.34 11.78 -
YUV 66.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 66 61 96 0.31 0.36 0 0.62 248.57 0.22 0.31
Hex 42 3D 60 1F 24 0 3E F9 16 1F
Octal 102 75 140 37 44 0 76 371 26 37
Binary 1000010 111101 1100000 11111 100100 0 111110 11111001 10110 11111

Color Harmonies of #423D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D60

Black with #423D60

Text Example


Text Example

White with #423D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D60; }

 p { color: rgb(66,61,96); }

 H1.HeaderClassName
 {
   color: #423D60;
 }
 .AnyTagClassName
 {
   color: #423D60;
 }
</style>

background-color css

<style>
 a { background-color: #423D60; }

 a { background-color: rgb(66,61,96); }

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

border-color css

<style>
 span { border-color: #423D60; }

 span { border-color: rgb(66,61,96); }

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