Html Css Color HEX #423C63 Minsk

📋 copy color: '#423C63'

red 66 ◦ green 60 ◦ blue 99

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

Shades of Minsk #423C63

Tints of Minsk #423C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 99 (39.06% from 255) = 44%

R = 29.33%
G = 26.67%
B = 44%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423C63 (or 0x423C63) is known color: Minsk. HEX triplet: 42, 3C and 63. RGB value is (66,60,99). Sum of RGB (Red+Green+Blue) = 66+60+99=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #423C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C63 is #BDC39C. Grayscale: #424242. Windows color (decimal): -12436381 or 6503490. OLE color: 6503490.

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

Color convert

RGB 66 60 99 -
CMYK 0.33 0.39 0 0.61
HSL 249.23º 0.25% 0.31% -
HSV(B) 249.23º 0.39% 0.39% -
XYZ 6.11 5.29 12.5 -
YUV 66.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 66 60 99 0.33 0.39 0 0.61 249.23 0.25 0.31
Hex 42 3C 63 21 27 0 3D F9 19 1F
Octal 102 74 143 41 47 0 75 371 31 37
Binary 1000010 111100 1100011 100001 100111 0 111101 11111001 11001 11111

Color Harmonies of #423C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C63

Black with #423C63

Text Example


Text Example

White with #423C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,99); }

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

background-color css

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

 a { background-color: rgb(66,60,99); }

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

border-color css

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

 span { border-color: rgb(66,60,99); }

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