Html Css Color HEX #423872 Minsk

📋 copy color: '#423872'

red 66 ◦ green 56 ◦ blue 114

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

Shades of Minsk #423872

Tints of Minsk #423872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 27.97%
G = 23.73%
B = 48.31%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#423872 (or 0x423872) is known color: Minsk. HEX triplet: 42, 38 and 72. RGB value is (66,56,114). Sum of RGB (Red+Green+Blue) = 66+56+114=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #423872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423872 is #BDC78D. Grayscale: #414141. Windows color (decimal): -12437390 or 7485506. OLE color: 7485506.

HSL color Cylindrical-coordinate representation of color #423872: hue angle of 250.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423872 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 56 114 -
CMYK 0.42 0.51 0 0.55
HSL 250.34º 0.34% 0.33% -
HSV(B) 250.34º 0.51% 0.45% -
XYZ 6.7 5.2 16.57 -
YUV 65.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 66 56 114 0.42 0.51 0 0.55 250.34 0.34 0.33
Hex 42 38 72 2A 33 0 37 FA 22 21
Octal 102 70 162 52 63 0 67 372 42 41
Binary 1000010 111000 1110010 101010 110011 0 110111 11111010 100010 100001

Color Harmonies of #423872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423872

Black with #423872

Text Example


Text Example

White with #423872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423872; }

 p { color: rgb(66,56,114); }

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

background-color css

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

 a { background-color: rgb(66,56,114); }

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

border-color css

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

 span { border-color: rgb(66,56,114); }

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