Html Css Color HEX #423B62 Minsk

📋 copy color: '#423B62'

red 66 ◦ green 59 ◦ blue 98

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

Shades of Minsk #423B62

Tints of Minsk #423B62

RGB

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

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

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

R = 29.6%
G = 26.46%
B = 43.95%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423B62 (or 0x423B62) is known color: Minsk. HEX triplet: 42, 3B and 62. RGB value is (66,59,98). Sum of RGB (Red+Green+Blue) = 66+59+98=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #423B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B62 is #BDC49D. Grayscale: #414141. Windows color (decimal): -12436638 or 6437698. OLE color: 6437698.

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

Color convert

RGB 66 59 98 -
CMYK 0.33 0.40 0 0.62
HSL 250.77º 0.25% 0.31% -
HSV(B) 250.77º 0.4% 0.38% -
XYZ 6.02 5.17 12.24 -
YUV 65.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 66 59 98 0.33 0.40 0 0.62 250.77 0.25 0.31
Hex 42 3B 62 21 28 0 3E FB 19 1F
Octal 102 73 142 41 50 0 76 373 31 37
Binary 1000010 111011 1100010 100001 101000 0 111110 11111011 11001 11111

Color Harmonies of #423B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B62

Black with #423B62

Text Example


Text Example

White with #423B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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