Html Css Color HEX #423C62 Minsk

📋 copy color: '#423C62'

red 66 ◦ green 60 ◦ blue 98

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

Shades of Minsk #423C62

Tints of Minsk #423C62

RGB

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

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

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

R = 29.46%
G = 26.79%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423C62 (or 0x423C62) is known color: Minsk. HEX triplet: 42, 3C and 62. RGB value is (66,60,98). Sum of RGB (Red+Green+Blue) = 66+60+98=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #423C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C62 is #BDC39D. Grayscale: #414141. Windows color (decimal): -12436382 or 6437954. OLE color: 6437954.

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

Color convert

RGB 66 60 98 -
CMYK 0.33 0.39 0 0.62
HSL 249.47º 0.24% 0.31% -
HSV(B) 249.47º 0.39% 0.38% -
XYZ 6.07 5.27 12.25 -
YUV 66.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 66 60 98 0.33 0.39 0 0.62 249.47 0.24 0.31
Hex 42 3C 62 21 27 0 3E F9 18 1F
Octal 102 74 142 41 47 0 76 371 30 37
Binary 1000010 111100 1100010 100001 100111 0 111110 11111001 11000 11111

Color Harmonies of #423C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C62

Black with #423C62

Text Example


Text Example

White with #423C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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