Html Css Color HEX #423D62 Minsk

📋 copy color: '#423D62'

red 66 ◦ green 61 ◦ blue 98

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

Shades of Minsk #423D62

Tints of Minsk #423D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 29.33%
G = 27.11%
B = 43.56%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423D62 (or 0x423D62) is known color: Minsk. HEX triplet: 42, 3D and 62. RGB value is (66,61,98). Sum of RGB (Red+Green+Blue) = 66+61+98=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #423D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D62 is #BDC29D. Grayscale: #424242. Windows color (decimal): -12436126 or 6438210. OLE color: 6438210.

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

Color convert

RGB 66 61 98 -
CMYK 0.33 0.38 0 0.62
HSL 248.11º 0.23% 0.31% -
HSV(B) 248.11º 0.38% 0.38% -
XYZ 6.12 5.38 12.27 -
YUV 66.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 66 61 98 0.33 0.38 0 0.62 248.11 0.23 0.31
Hex 42 3D 62 21 26 0 3E F8 17 1F
Octal 102 75 142 41 46 0 76 370 27 37
Binary 1000010 111101 1100010 100001 100110 0 111110 11111000 10111 11111

Color Harmonies of #423D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D62

Black with #423D62

Text Example


Text Example

White with #423D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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