Html Css Color HEX #423E61 Minsk

📋 copy color: '#423E61'

red 66 ◦ green 62 ◦ blue 97

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

Shades of Minsk #423E61

Tints of Minsk #423E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 29.33%
G = 27.56%
B = 43.11%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423E61 (or 0x423E61) is known color: Minsk. HEX triplet: 42, 3E and 61. RGB value is (66,62,97). Sum of RGB (Red+Green+Blue) = 66+62+97=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #423E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E61 is #BDC19E. Grayscale: #434343. Windows color (decimal): -12435871 or 6372930. OLE color: 6372930.

HSL color Cylindrical-coordinate representation of color #423E61: hue angle of 246.86º 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 #423E61 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 62 97 -
CMYK 0.32 0.36 0 0.62
HSL 246.86º 0.22% 0.31% -
HSV(B) 246.86º 0.36% 0.38% -
XYZ 6.13 5.47 12.04 -
YUV 67.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 66 62 97 0.32 0.36 0 0.62 246.86 0.22 0.31
Hex 42 3E 61 20 24 0 3E F7 16 1F
Octal 102 76 141 40 44 0 76 367 26 37
Binary 1000010 111110 1100001 100000 100100 0 111110 11110111 10110 11111

Color Harmonies of #423E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E61

Black with #423E61

Text Example


Text Example

White with #423E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,97); }

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

background-color css

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

 a { background-color: rgb(66,62,97); }

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

border-color css

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

 span { border-color: rgb(66,62,97); }

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