Html Css Color HEX #423B66 Minsk

📋 copy color: '#423B66'

red 66 ◦ green 59 ◦ blue 102

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

Shades of Minsk #423B66

Tints of Minsk #423B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 29.07%
G = 25.99%
B = 44.93%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#423B66 (or 0x423B66) is known color: Minsk. HEX triplet: 42, 3B and 66. RGB value is (66,59,102). Sum of RGB (Red+Green+Blue) = 66+59+102=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #423B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B66 is #BDC499. Grayscale: #414141. Windows color (decimal): -12436634 or 6699842. OLE color: 6699842.

HSL color Cylindrical-coordinate representation of color #423B66: hue angle of 249.77º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423B66 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 59 102 -
CMYK 0.35 0.42 0 0.6
HSL 249.77º 0.27% 0.32% -
HSV(B) 249.77º 0.42% 0.4% -
XYZ 6.21 5.25 13.26 -
YUV 66 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 66 59 102 0.35 0.42 0 0.6 249.77 0.27 0.32
Hex 42 3B 66 23 2A 0 3C FA 1B 20
Octal 102 73 146 43 52 0 74 372 33 40
Binary 1000010 111011 1100110 100011 101010 0 111100 11111010 11011 100000

Color Harmonies of #423B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B66

Black with #423B66

Text Example


Text Example

White with #423B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,102); }

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

background-color css

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

 a { background-color: rgb(66,59,102); }

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

border-color css

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

 span { border-color: rgb(66,59,102); }

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